#How to use std.crypto

1 messages · Page 1 of 1 (latest)

sudden gale
#

any good resources on how to use std.crypto, i mainly want to generate a pair of private/public keys (if thats even possible with zigs crypto) and then sign a byte array and verify. Thanks.

sudden gale
#

is i use ed25519 is it safe to sign more than one message with a key pari or should i regenerate the key pair?