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
+15
View File
@@ -0,0 +1,15 @@
#ifndef LIBGCL_H_
#define LIBGCL_H_
#ifdef __cplusplus
extern "C" {
#endif
int sm3(void *data, int dataLen, void *digest);
#ifdef __cplusplus
}
#endif
#endif // LIBGCL_H_