substrate/hash/hash_base library
Classes
- HashBase
- The base class used by the hash algorithm implementations. It implements the StreamTransformer and exposes few convenient methods to handle any types of data source.
- HashDigestSink
- This sink allows adding arbitrary length byte arrays and produces a HashDigest on close.