pub struct Presigner { /* private fields */ }
Expand description
A Signer
implementation that represents a Signature
that has been
constructed externally. Performs a signature verification against the
expected message upon sign()
requests to affirm its relationship to
the message
bytes
Implementations
Trait Implementations
Fallibly gets the implementor’s public key
Fallibly produces an Ed25519 signature over the provided message
bytes.
Whether the impelmentation requires user interaction to sign
Infallibly gets the implementor’s public key. Returns the all-zeros
Pubkey
if the implementor has none. Read more
Auto Trait Implementations
impl RefUnwindSafe for Presigner
impl UnwindSafe for Presigner
Blanket Implementations
Mutably borrows from an owned value. Read more