mirror of
https://github.com/kopia/kopia.git
synced 2026-05-16 18:54:38 -04:00
* Add Blake3 hash Uses github.com/zeebo/blake3 optimized implementation Hash info at https://github.com/BLAKE3-team/BLAKE3 Micro benchmarks show ~2X speedup for hashing+encryption. - Caveat: not fully controlled environment, etc. * go mod tidy