Function ledger_mob_core::helpers::sign_authority
source · pub fn sign_authority(
private_key: &SubaddressViewPrivate,
spki_bytes: &[u8]
) -> RistrettoSignatureExpand description
Re-implementation of Signer for RistrettoPrivate using reference types
to minimize stack allocations