Struct win_crypto_ng::asymmetric::ecc::Curve25519
source · pub struct Curve25519;
Expand description
Elliptic curve offering 128 bits of security and designed for use with the elliptic curve Diffie–Hellman (ECDH) key agreement scheme.
Trait Implementations§
source§impl Curve for Curve25519
impl Curve for Curve25519
Auto Trait Implementations§
impl RefUnwindSafe for Curve25519
impl Send for Curve25519
impl Sync for Curve25519
impl Unpin for Curve25519
impl UnwindSafe for Curve25519
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