AuroraRuntime/Include/Aurora/Hashing
Jamie Reece Wilson 9bd05a0752 [+] HashStream SOO
[+] HashSteam extension padding for future use
2023-08-26 21:32:49 +01:00
..
Digests.hpp [+] RMD128+BScFwd based HashCash (bcrypt DoS mitigation, acc creation, antibot, etc) 2022-09-19 02:34:57 +01:00
EHashType.hpp [+] RMD128+BScFwd based HashCash (bcrypt DoS mitigation, acc creation, antibot, etc) 2022-09-19 02:34:57 +01:00
Hashing.hpp [*] Recrinkle posters 2022-03-23 19:40:07 +00:00
HashStream.hpp [+] HashStream SOO 2023-08-26 21:32:49 +01:00
README.md [+] NS readmes 2022-06-12 18:28:51 +01:00

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