[][src]Module clacc::mapper

Data to element mapper module.

A mapper is responsible for uniquely mapping arbitrary data to a fixed size digest using a cryptographic hash function. The implementation provided by this package is MapBlake2b which uses the Blake2b compression algorithm.

Structs

MapBlake2b

An implementation of Mapper using blake2.

Traits

Mapper

A trait describing a method for converting some arbitrary data to a fixed sized digest.