Function dryoc::classic::crypto_core::crypto_scalarmult_base
source · pub fn crypto_scalarmult_base(q: &mut [u8; 32], n: &[u8; 32])
Expand description
Computes the public key for a previously generated secret key.
Compatible with libsodium’s crypto_scalarmult_base
.