![]() |
SystemEX
Lacking
Additional generic collection types missing in .net
|
ONLY TEST!!! More...
Public Member Functions | |
| Black3Hasher (Endian endian, byte[] IV) | |
| Hash32 | Compute (FixedVector< byte > input, uint seed) |
| Computes a 32‑bit hash over the given byte vector using the specified seed and endian mode. | |
| Hash64 | ComputeLong (FixedVector< byte > input, ulong seed) |
| Computes a 64‑bit hash over the given byte vector using the specified seed and endian mode. | |
ONLY TEST!!!
| SystemEx.Hash.Black3Hasher.Black3Hasher | ( | Endian | endian, |
| byte[] | IV ) |
| Hash32 SystemEx.Hash.Black3Hasher.Compute | ( | FixedVector< byte > | input, |
| uint | seed ) |
Computes a 32‑bit hash over the given byte vector using the specified seed and endian mode.
Implements SystemEx.Hash.IHash.
| Hash64 SystemEx.Hash.Black3Hasher.ComputeLong | ( | FixedVector< byte > | input, |
| ulong | seed ) |
Computes a 64‑bit hash over the given byte vector using the specified seed and endian mode.
Implements SystemEx.Hash.IHash.