Skip to main content

sign_hex

Function sign_hex 

Source
pub fn sign_hex<A: IdentityKeyAuthority + ?Sized>(
    keypair: &A,
    message: &[u8],
) -> (String, String)
Expand description

Sign message and return the hex-encoded public key and detached signature.