pub fn sign_authority(
    private_key: &SubaddressViewPrivate,
    spki_bytes: &[u8]
) -> RistrettoSignature
Expand description

Re-implementation of Signer for RistrettoPrivate using reference types to minimize stack allocations