pub enum CurlPRounds {
Rounds27 = 27,
Rounds81 = 81,
}👎Deprecated:
bee-crypto will not be supported in future versions. You can use functions from iota-crypto instead.
Expand description
Available round numbers for CurlP.
Variants§
Rounds27 = 27
👎Deprecated:
bee-crypto will not be supported in future versions. You can use functions from iota-crypto instead.
27 rounds.
Rounds81 = 81
👎Deprecated:
bee-crypto will not be supported in future versions. You can use functions from iota-crypto instead.
81 rounds.
Trait Implementations§
Source§impl Clone for CurlPRounds
impl Clone for CurlPRounds
Source§fn clone(&self) -> CurlPRounds
fn clone(&self) -> CurlPRounds
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 CurlPRounds
Auto Trait Implementations§
impl Freeze for CurlPRounds
impl RefUnwindSafe for CurlPRounds
impl Send for CurlPRounds
impl Sync for CurlPRounds
impl Unpin for CurlPRounds
impl UnsafeUnpin for CurlPRounds
impl UnwindSafe for CurlPRounds
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