Skip to main content

secret_key_to_public_key

Function secret_key_to_public_key 

Source
pub fn secret_key_to_public_key<PublicKeyOut: NewByteArray<CRYPTO_SIGN_PUBLICKEYBYTES>, SigningSecretKey: ByteArray<CRYPTO_SIGN_SECRETKEYBYTES>>(
    secret_key: &SigningSecretKey,
) -> PublicKeyOut
Expand description

Extracts the Ed25519 public key from a signing secret key.