Enum vrf_mod::vrf::VRFCipherSuite
source · [−]pub enum VRFCipherSuite {
PKI_MGF_MGF1_SHA1,
PKI_MGF_MGF1_SHA256,
}Expand description
Cipher suites for VRF
Variants
PKI_MGF_MGF1_SHA1
Set MGF hash function as SHA-1
PKI_MGF_MGF1_SHA256
Set MGF hash function as SHA-256
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VRFCipherSuite
impl Send for VRFCipherSuite
impl Sync for VRFCipherSuite
impl Unpin for VRFCipherSuite
impl UnwindSafe for VRFCipherSuite
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more