pub fn derive_signing_key(secret_key: &Fr) -> GrumpkinScalarExpand description
Derive the signing key from a secret key.
Currently uses the same derivation as IVSK_M (see TS TODO #5837).
pub fn derive_signing_key(secret_key: &Fr) -> GrumpkinScalarDerive the signing key from a secret key.
Currently uses the same derivation as IVSK_M (see TS TODO #5837).