pub struct Sha256BE;Expand description
SHA256 hasher that sets byte 0 to zero after hashing. Used for big-endian compatibility with BN254 field size.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sha256BE
impl RefUnwindSafe for Sha256BE
impl Send for Sha256BE
impl Sync for Sha256BE
impl Unpin for Sha256BE
impl UnwindSafe for Sha256BE
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