sahib / rmlint

Extremely fast tool to remove duplicates and other lint from your filesystem
http://rmlint.rtfd.org
GNU General Public License v3.0
1.91k stars 132 forks source link

checksums: implement blake3 #512

Closed SeeSpotRun closed 3 years ago

SeeSpotRun commented 3 years ago

Copy-paste of blake3 c code from https://github.com/BLAKE3-team/BLAKE3/tree/master/c Includes cpu extension optimisatations. Package maintainers and others wishing to distribute compiled code can build with scons CPU_EXTENSIONS=0