Trait recrypt::api_480::Hashable[]

pub trait Hashable {
    fn to_bytes(&self) -> ByteVector;
}
Expand description

Typeclass for converting an implementing type to a stable byte representation which can be used for hashing (and thus the hash value will also remain consistent) Inverse of BytesDecoder

Required methods

Convert self to a stable byte representation.

Implementations on Foreign Types

Implementors

All Hashable32s are Hashable