init: v1.0.0

This commit is contained in:
yaole
2026-05-27 23:03:00 +08:00
commit 8d97f750eb
466 changed files with 80067 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
// package gcltests provides algorithm rightness tests
// for SM{2,3,4,9}.
package gcltests
// func init() {
// if !SM2SignTest() ||
// !SM2VerifyTest() ||
// !SM3WithIDTest() ||
// !SM3Test() ||
// !SM4MacTest() ||
// !SM4EncECB() ||
// !SM4DecECB() ||
// !SM4EncCBC() ||
// !SM4DecCBC() ||
// !SM2TPCKeyGenTest() ||
// !SM2TPCSignTest() ||
// !SM2TPCDecTest() {
// panic("gcl tests failed")
// }
// }