sign_with_legacy_key

Function sign_with_legacy_key 

Source
pub fn sign_with_legacy_key(
    signature_text: String,
    legacy_signed_private_key: Vec<u8>,
) -> Result<UnverifiedLegacyDelegatedSignature, SignatureError>
Expand description

Decode the legacy_signed_private_key to legacy private / public key pairs & sign the signature_text with the private key.