Struct win_crypto_ng::asymmetric::ecc::NistP521
source · pub struct NistP521;
Expand description
NIST-521 (a.k.a secp521r1
or prime521v1
).
Provides 256-bits of security and is defined over a field size of 521.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NistP521
impl Send for NistP521
impl Sync for NistP521
impl Unpin for NistP521
impl UnwindSafe for NistP521
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