feat add libserver-sm for hisiv500

This commit is contained in:
tqcq 2024-12-23 15:52:32 +08:00
parent 4f753bc49c
commit e79d512aee
2 changed files with 2 additions and 2 deletions

View File

@ -47,10 +47,10 @@ int main()
psZMQBuf = ZMQRecv(psZMQ, -1);
if(!psZMQBuf) { printf("ZMQRecv fail\n"); break; }
CallXXX(HashInit, 8)
CallXXX(HashInit, 8)
else CallXXX(HashUpdate, 10)
else CallXXX(HashFinal, 9)
else CallXXX(Hash, 4)
else CallXXX(Hash, 4)
else CallXXX(Rand, 4)
else CallXXX(SignatureByIntPrikey, 20)
else CallXXX(SignatureByExtPrikey, 20)

BIN
lib-hisiv500/libserver-sm.so Executable file

Binary file not shown.