pub fn sign_with_label( signer: &impl Signer, label: &[u8], msg: &[u8], ) -> Vec<u8> ⓘ
Implements the “sign with label” function of the spec.