Struct askar_crypto::alg::bls::BlsKeyGen
source · pub struct BlsKeyGen<'g> { /* private fields */ }Available on crate feature
bls only.Expand description
A key material generator compatible with KeyGen from the bls-signatures RFC draft 4 (incompatible with earlier)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'g> RefUnwindSafe for BlsKeyGen<'g>
impl<'g> Send for BlsKeyGen<'g>
impl<'g> Sync for BlsKeyGen<'g>
impl<'g> Unpin for BlsKeyGen<'g>
impl<'g> UnwindSafe for BlsKeyGen<'g>
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