pub enum CurveKind {
Nistp256,
Nistp384,
Nistp521,
}Expand description
Represents the different kinds of supported curves.
Variants§
Nistp256
Represents a NIST P-256 curve.
Nistp384
Represents a NIST P-384 curve.
Nistp521
Represents a NIST P-521 curve.
Trait Implementations§
impl StructuralPartialEq for CurveKind
Auto Trait Implementations§
impl Freeze for CurveKind
impl RefUnwindSafe for CurveKind
impl Send for CurveKind
impl Sync for CurveKind
impl Unpin for CurveKind
impl UnwindSafe for CurveKind
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