[−]Enum sc_network::multiaddr::multihash::Code
The code of Multihash.
Variants
Identity (Raw binary)
SHA-1 (20-byte hash size)
SHA-256 (32-byte hash size)
SHA-512 (64-byte hash size)
SHA3-224 (28-byte hash size)
SHA3-256 (32-byte hash size)
SHA3-384 (48-byte hash size)
SHA3-512 (64-byte hash size)
Keccak-224 (28-byte hash size)
Keccak-256 (32-byte hash size)
Keccak-384 (48-byte hash size)
Keccak-512 (64-byte hash size)
BLAKE2b-256 (32-byte hash size)
BLAKE2b-512 (64-byte hash size)
BLAKE2s-128 (16-byte hash size)
BLAKE2s-256 (32-byte hash size)
Implementations
impl Code
pub fn digest(&self, data: &[u8]) -> MultihashGeneric<Code>
Hash some input and return the raw binary digest.
Trait Implementations
impl Clone for Code
pub fn clone(&self) -> Code
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for Code
impl Debug for Code
impl Eq for Code
impl Hash for Code
pub fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
__H: Hasher,
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl MultihashDigest<Code> for Blake2s128
pub fn code(&self) -> Code
pub fn digest(&self, data: &[u8]) -> MultihashGeneric<Code>
pub fn input(&mut self, data: &[u8])
pub fn result(self) -> MultihashGeneric<Code>
pub fn result_reset(&mut self) -> MultihashGeneric<Code>
pub fn reset(&mut self)
impl MultihashDigest<Code> for Keccak224
pub fn code(&self) -> Code
pub fn digest(&self, data: &[u8]) -> MultihashGeneric<Code>
pub fn input(&mut self, data: &[u8])
pub fn result(self) -> MultihashGeneric<Code>
pub fn result_reset(&mut self) -> MultihashGeneric<Code>
pub fn reset(&mut self)
impl MultihashDigest<Code> for Sha2_512
pub fn code(&self) -> Code
pub fn digest(&self, data: &[u8]) -> MultihashGeneric<Code>
pub fn input(&mut self, data: &[u8])
pub fn result(self) -> MultihashGeneric<Code>
pub fn result_reset(&mut self) -> MultihashGeneric<Code>
pub fn reset(&mut self)
impl MultihashDigest<Code> for Sha3_256
pub fn code(&self) -> Code
pub fn digest(&self, data: &[u8]) -> MultihashGeneric<Code>
pub fn input(&mut self, data: &[u8])
pub fn result(self) -> MultihashGeneric<Code>
pub fn result_reset(&mut self) -> MultihashGeneric<Code>
pub fn reset(&mut self)
impl MultihashDigest<Code> for Keccak256
pub fn code(&self) -> Code
pub fn digest(&self, data: &[u8]) -> MultihashGeneric<Code>
pub fn input(&mut self, data: &[u8])
pub fn result(self) -> MultihashGeneric<Code>
pub fn result_reset(&mut self) -> MultihashGeneric<Code>
pub fn reset(&mut self)
impl MultihashDigest<Code> for Sha3_384
pub fn code(&self) -> Code
pub fn digest(&self, data: &[u8]) -> MultihashGeneric<Code>
pub fn input(&mut self, data: &[u8])
pub fn result(self) -> MultihashGeneric<Code>
pub fn result_reset(&mut self) -> MultihashGeneric<Code>
pub fn reset(&mut self)
impl MultihashDigest<Code> for Blake2b256
pub fn code(&self) -> Code
pub fn digest(&self, data: &[u8]) -> MultihashGeneric<Code>
pub fn input(&mut self, data: &[u8])
pub fn result(self) -> MultihashGeneric<Code>
pub fn result_reset(&mut self) -> MultihashGeneric<Code>
pub fn reset(&mut self)
impl MultihashDigest<Code> for Blake2b512
pub fn code(&self) -> Code
pub fn digest(&self, data: &[u8]) -> MultihashGeneric<Code>
pub fn input(&mut self, data: &[u8])
pub fn result(self) -> MultihashGeneric<Code>
pub fn result_reset(&mut self) -> MultihashGeneric<Code>
pub fn reset(&mut self)
impl MultihashDigest<Code> for Identity
pub fn code(&self) -> Code
pub fn digest(&self, data: &[u8]) -> MultihashGeneric<Code>
pub fn input(&mut self, data: &[u8])
pub fn result(self) -> MultihashGeneric<Code>
pub fn result_reset(&mut self) -> MultihashGeneric<Code>
pub fn reset(&mut self)
impl MultihashDigest<Code> for Blake2s256
pub fn code(&self) -> Code
pub fn digest(&self, data: &[u8]) -> MultihashGeneric<Code>
pub fn input(&mut self, data: &[u8])
pub fn result(self) -> MultihashGeneric<Code>
pub fn result_reset(&mut self) -> MultihashGeneric<Code>
pub fn reset(&mut self)
impl MultihashDigest<Code> for Sha1
pub fn code(&self) -> Code
pub fn digest(&self, data: &[u8]) -> MultihashGeneric<Code>
pub fn input(&mut self, data: &[u8])
pub fn result(self) -> MultihashGeneric<Code>
pub fn result_reset(&mut self) -> MultihashGeneric<Code>
pub fn reset(&mut self)
impl MultihashDigest<Code> for Sha3_512
pub fn code(&self) -> Code
pub fn digest(&self, data: &[u8]) -> MultihashGeneric<Code>
pub fn input(&mut self, data: &[u8])
pub fn result(self) -> MultihashGeneric<Code>
pub fn result_reset(&mut self) -> MultihashGeneric<Code>
pub fn reset(&mut self)
impl MultihashDigest<Code> for Keccak384
pub fn code(&self) -> Code
pub fn digest(&self, data: &[u8]) -> MultihashGeneric<Code>
pub fn input(&mut self, data: &[u8])
pub fn result(self) -> MultihashGeneric<Code>
pub fn result_reset(&mut self) -> MultihashGeneric<Code>
pub fn reset(&mut self)
impl MultihashDigest<Code> for Sha3_224
pub fn code(&self) -> Code
pub fn digest(&self, data: &[u8]) -> MultihashGeneric<Code>
pub fn input(&mut self, data: &[u8])
pub fn result(self) -> MultihashGeneric<Code>
pub fn result_reset(&mut self) -> MultihashGeneric<Code>
pub fn reset(&mut self)
impl MultihashDigest<Code> for Sha2_256
pub fn code(&self) -> Code
pub fn digest(&self, data: &[u8]) -> MultihashGeneric<Code>
pub fn input(&mut self, data: &[u8])
pub fn result(self) -> MultihashGeneric<Code>
pub fn result_reset(&mut self) -> MultihashGeneric<Code>
pub fn reset(&mut self)
impl MultihashDigest<Code> for Keccak512
pub fn code(&self) -> Code
pub fn digest(&self, data: &[u8]) -> MultihashGeneric<Code>
pub fn input(&mut self, data: &[u8])
pub fn result(self) -> MultihashGeneric<Code>
pub fn result_reset(&mut self) -> MultihashGeneric<Code>
pub fn reset(&mut self)
impl Multihasher<Code> for Identity
impl Multihasher<Code> for Keccak384
impl Multihasher<Code> for Blake2s128
impl Multihasher<Code> for Sha1
impl Multihasher<Code> for Sha2_512
impl Multihasher<Code> for Sha3_256
impl Multihasher<Code> for Blake2b512
impl Multihasher<Code> for Keccak512
impl Multihasher<Code> for Keccak224
impl Multihasher<Code> for Sha3_512
impl Multihasher<Code> for Keccak256
impl Multihasher<Code> for Sha3_384
impl Multihasher<Code> for Sha3_224
impl Multihasher<Code> for Blake2s256
impl Multihasher<Code> for Blake2b256
impl Multihasher<Code> for Sha2_256
impl Ord for Code
pub fn cmp(&self, other: &Code) -> Ordering
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<Code> for Code
impl PartialOrd<Code> for Code
pub fn partial_cmp(&self, other: &Code) -> Option<Ordering>
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralEq for Code
impl StructuralPartialEq for Code
impl TryFrom<u64> for Code
Auto Trait Implementations
impl RefUnwindSafe for Code[src]
impl Send for Code[src]
impl Sync for Code[src]
impl Unpin for Code[src]
impl UnwindSafe for Code[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> CallHasher for T where
T: Hash,
T: Hash,
impl<T> CheckedConversion for T[src]
pub fn checked_from<T>(t: T) -> Option<Self> where
Self: TryFrom<T>, [src]
Self: TryFrom<T>,
pub fn checked_into<T>(self) -> Option<T> where
Self: TryInto<T>, [src]
Self: TryInto<T>,
impl<T> DynClone for T where
T: Clone, [src]
T: Clone,
pub fn __clone_box(&self, Private) -> *mut ()[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> ExHashT for T where
T: Hash + Eq + Debug + Clone + Send + Sync + 'static, [src]
T: Hash + Eq + Debug + Clone + Send + Sync + 'static,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>, [src]
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
pub fn from_ref(outer: &Outer) -> &T[src]
Get a reference to the inner from the outer.
pub fn from_mut(outer: &mut Outer) -> &mut T[src]
Get a mutable reference to the inner from the outer.
impl<T> MaybeDebug for T where
T: Debug,
T: Debug,
impl<T> MaybeDebug for T where
T: Debug,
T: Debug,
impl<T> MaybeHash for T where
T: Hash, [src]
T: Hash,
impl<T> MaybeHash for T where
T: Hash,
T: Hash,
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Member for T where
T: 'static + Clone + PartialEq<T> + Eq + Send + Sync + Debug, [src]
T: 'static + Clone + PartialEq<T> + Eq + Send + Sync + Debug,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> SaturatedConversion for T[src]
pub fn saturated_from<T>(t: T) -> Self where
Self: UniqueSaturatedFrom<T>, [src]
Self: UniqueSaturatedFrom<T>,
pub fn saturated_into<T>(self) -> T where
Self: UniqueSaturatedInto<T>, [src]
Self: UniqueSaturatedInto<T>,
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized, [src]
T: Send + Sync + UnwindSafe + ?Sized,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>, [src]
T: UncheckedFrom<S>,
pub fn unchecked_into(self) -> T[src]
impl<T, S> UniqueSaturatedInto<T> for S where
T: Bounded,
S: TryInto<T>, [src]
T: Bounded,
S: TryInto<T>,
pub fn unique_saturated_into(self) -> T[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,