pub struct Bls12;
Expand description
BLS12-381 pairing engine marker.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bls12
impl RefUnwindSafe for Bls12
impl Send for Bls12
impl Sync for Bls12
impl Unpin for Bls12
impl UnwindSafe for Bls12
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