derive_signing_key

Function derive_signing_key 

Source
pub fn derive_signing_key(secret_key: &Fr) -> GrumpkinScalar
Expand description

Derive the signing key from a secret key.

Currently uses the same derivation as IVSK_M (see TS TODO #5837).