Enum sc_network::multiaddr::multihash::Code [−]
pub enum Code {
Show variants
Sha2_256,
Sha2_512,
Sha3_224,
Sha3_256,
Sha3_384,
Sha3_512,
Keccak224,
Keccak256,
Keccak384,
Keccak512,
Blake2b256,
Blake2b512,
Blake2s128,
Blake2s256,
Blake3_256,
Identity,
}Expand description
Default (cryptographically secure) Multihash implementation.
This is a default set of hashing algorithms. Usually applications would use their own subset of
algorithms. See the Multihash derive for more information.
Variants
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)
BLAKE3-256 (32-byte hash size)
Identity hash (max. 64 bytes)
Trait Implementations
impl MultihashDigest for Code
impl MultihashDigest for CodeThe maximum size a hash will allocate.
Calculate the hash of some input data. Read more
impl StructuralEq for Codeimpl StructuralPartialEq for CodeAuto Trait Implementations
impl RefUnwindSafe for Codeimpl UnwindSafe for CodeBlanket Implementations
Mutably borrows from an owned value. Read more
impl<T> Downcast for T where
T: Any,
impl<T> Downcast for T where
T: Any, Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can
then be further downcast into Box<ConcreteType> where ConcreteType implements Trait. Read more
pub fn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>
pub fn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be
further downcast into Rc<ConcreteType> where ConcreteType implements Trait. Read more
Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s. Read more
pub fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
pub fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &mut Any’s vtable from &mut Trait’s. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
The counterpart to unchecked_from.
Consume self to return an equivalent value of T.
pub fn vzip(self) -> VAttaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
impl<T> MaybeDebug for T where
T: Debug, impl<T> MaybeDebug for T where
T: Debug,