pub struct PublicKeyOps {
pub common: &'static CommonOps,
}
Expand description
Operations and values needed by all operations on public keys (ECDH agreement and ECDSA verification).
Fields§
§common: &'static CommonOps
Implementations§
source§impl PublicKeyOps
impl PublicKeyOps
pub fn elem_parse( &self, input: &mut Reader<'_>, ) -> Result<Elem<Q, R>, Unspecified>
Auto Trait Implementations§
impl Freeze for PublicKeyOps
impl RefUnwindSafe for PublicKeyOps
impl Send for PublicKeyOps
impl Sync for PublicKeyOps
impl Unpin for PublicKeyOps
impl UnwindSafe for PublicKeyOps
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more