[+]增加国密SM4接口加解密

This commit is contained in:
maimaishu
2026-01-07 08:44:35 +08:00
parent d54edcd88b
commit a07c71f1a0
2 changed files with 109 additions and 1 deletions

View File

@@ -163,6 +163,13 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.78.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>