pub fn sign_with_label(
signer: &impl Signer,
label: &[u8],
msg: &[u8],
) -> Vec<u8> ⓘAvailable on (32-bit or 64-bit) and (crate features
test-utils) only.Expand description
Implements the “sign with label” function of the spec.