Struct ckb_crypto::secp::Signature [−][src]
pub struct Signature(_);
Expand description
RecoverableSignature compact serialize
Implementations
Get a slice into the ‘r’ portion of the data.
Get a slice into the ‘s’ portion of the data.
Construct a new Signature from compact serialize slice and rec_id
Converts compact signature to a recoverable signature
Determines the public key for signature
Serializes the signature in DER format
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Signature
impl UnwindSafe for Signature
Blanket Implementations
Mutably borrows from an owned value. Read more