Function dryoc::classic::crypto_box::crypto_box_seed_keypair
source · Expand description
Deterministically derives a keypair from seed
, which can be of arbitrary
length.
Compatible with libsodium’s crypto_box_seed_keypair
.