pub enum SpongeKind {
Kerl,
CurlP27,
CurlP81,
UnrolledCurlP81,
}👎Deprecated:
bee-crypto will not be supported in future versions. You can use functions from iota-crypto instead.
Expand description
The different kinds of Sponges.
Variants§
Kerl
👎Deprecated:
bee-crypto will not be supported in future versions. You can use functions from iota-crypto instead.
Kerl.
CurlP27
👎Deprecated:
bee-crypto will not be supported in future versions. You can use functions from iota-crypto instead.
CurlP with 27 rounds.
CurlP81
👎Deprecated:
bee-crypto will not be supported in future versions. You can use functions from iota-crypto instead.
CurlP with 81 rounds.
UnrolledCurlP81
👎Deprecated:
bee-crypto will not be supported in future versions. You can use functions from iota-crypto instead.
Unrolled CurlP with 81 rounds.
Trait Implementations§
Source§impl Clone for SpongeKind
impl Clone for SpongeKind
Source§fn clone(&self) -> SpongeKind
fn clone(&self) -> SpongeKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SpongeKind
Source§impl Debug for SpongeKind
impl Debug for SpongeKind
impl Eq for SpongeKind
Source§impl PartialEq for SpongeKind
impl PartialEq for SpongeKind
impl StructuralPartialEq for SpongeKind
Auto Trait Implementations§
impl Freeze for SpongeKind
impl RefUnwindSafe for SpongeKind
impl Send for SpongeKind
impl Sync for SpongeKind
impl Unpin for SpongeKind
impl UnsafeUnpin for SpongeKind
impl UnwindSafe for SpongeKind
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