Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 387 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 387 Bytes

Fast File Hashing with AES Intrinsics

Fast utility to make files(s) hash-sum using file memory-mapping and AES approach. 128-bit non-cryptographic hash function based on AquaHash project [https://github.com/jandrewrogers/AquaHash])

The source is released under Apache License v2.0.

Usage

Implemented as executable file

Current Status

2022-11-14 Initial v1.0.0 release