Struct ring::signature::UnparsedPublicKey [−][src]
Expand description
An unparsed, possibly malformed, public key for signature verification.
Implementations
Construct a new UnparsedPublicKey
.
No validation of bytes
is done until verify()
is called.
Trait Implementations
Auto Trait Implementations
impl<B> !RefUnwindSafe for UnparsedPublicKey<B>
impl<B> Send for UnparsedPublicKey<B> where
B: Send,
impl<B> Sync for UnparsedPublicKey<B> where
B: Sync,
impl<B> Unpin for UnparsedPublicKey<B> where
B: Unpin,
impl<B> !UnwindSafe for UnparsedPublicKey<B>
Blanket Implementations
Mutably borrows from an owned value. Read more