Data.HashFunction 3.1.1
DHF
|
Namespaces | |
namespace | BernsteinHash |
namespace | Blake2 |
namespace | Blake3 |
namespace | BuzHash |
namespace | CityHash |
namespace | Core |
namespace | CRC |
namespace | ELF64 |
namespace | FarmHash |
namespace | FNV |
namespace | HashAlgorithm |
namespace | Jenkins |
namespace | MetroHash |
namespace | MurmurHash |
namespace | Pearson |
namespace | SpookyHash |
namespace | Test |
namespace | xxHash |
Classes | |
interface | IBlockTransformer |
An internal state of an iteratively computable hash function value. More... | |
interface | IHashFunction |
Common interface to non-cryptographic hash functions. More... | |
class | IHashFunction_Extensions |
Static class to provide extension functions for IHashFunction instances. More... | |
interface | IHashValue |
Common interface to represent a hash value. More... | |
interface | IStreamableHashFunction |
Common interface to non-cryptographic hash functions that can be computed over a stream of data without buffering. More... | |