pub enum EccCurveName {}
Expand description
L"ECCCurveName"
A pointer to a null-terminated Unicode string that represents a named curve. This property can be set to specify which named curve should be used together with the BCRYPT_ECDSA_ALGORITHM or BCRYPT_ECDH_ALGORITHM.
See CNG Named Elliptic Curves or invoke the certutil -displayEccCurve
command locally for the list of supported named curves.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EccCurveName
impl RefUnwindSafe for EccCurveName
impl Send for EccCurveName
impl Sync for EccCurveName
impl Unpin for EccCurveName
impl UnwindSafe for EccCurveName
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