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