Reece Wilson
8a2947ffc5
[*] Refactor bcrypt api: HashPW[Ex] -> HashPassword[Ex] [+] ByteBuffer::GetOrAllocateLinearWriteable [+] ByteBuffer::Can[Read/Write](n) [+] ByteBuffer::GetLinear[Read/Writable]able(n) [*] Split RNG.cpp into two files [+] EHashType::eSHA2_48 (_32, _64 was already in place. missed 48/384 bit) [+] AuCrypto::HMAC and IHMACContext (AuHashing) [+] EHashType::eSHA3_28 [+] EHashType::eSHA3_32 [+] EHashType::eSHA3_48 [+] EHashType::eSHA3_64 (AuCrypto) [+] EHashType::eSHA2_48_384 [+] EHashType::eSHA2_64_512 [+] EHashType::eSHA3_28_224 [+] EHashType::eSHA3_32_256 [+] EHashType::eSHA3_48_384 [+] EHashType::eSHA3_64_512 [*] (IRandomDevice) class -> struct [*] Bugfix: cast in Promise<SuccessValue_t, ErrorValue_t>::WriteIntoError [+] Missing AuHashing namespace alias [*] Time util: pad ms when fraction of a second to 3 digits |
||
---|---|---|
.. | ||
Digests.hpp | ||
EHashType.hpp | ||
Hashing.hpp | ||
HashStream.hpp | ||
README.md |
AuHashing
Example Usage:
Features
- Hash stream objects and static utility access
- Hash streams are serializable and reusable for genuine stream use cases
- ...regular hash stream use case is covered by lock on finalize
- MD4
- MD5
- SHA1
- Tiger
- SHA2 (32)
- SHA2_64 (64)
- RipeMD 128
- RipeMD 160
- RipeMD 256
- RipeMD 320