This commit is contained in:
y4my4my4m 2023-12-28 01:35:51 -05:00
parent 21054dd328
commit 8cf3b95bcb

View file

@ -868,3 +868,8 @@ I64 crypto_sign_open(U8 *m, U64 *mlen, U8 *sm, U64 n, U8 *pk)
*mlen = n;
return 0;
}
// U8 public_key[32];
// U8 private_key[64];
// crypto_box_keypair(public_key, private_key);