CLI tool and library to generate OpenSSH style randomart identicons for arbitrary data.
Go to file
Kristóf Tóth f90ac943cf Use blake3 instead of blake2 for a considerable performance increase
Based on some rough benchmarking performed on reasonably modern,
but not over the top laptop hardware (i7-8665U + PCIe3 NVMe SSD)
this results in raw disk io (+ tar overhead) becoming the performance
bottleneck instead of hashing rate.
2022-02-14 00:07:30 +01:00
identicon Implement OpenSSH style identicon calculation 2022-02-10 00:43:17 +01:00
main.py Use blake3 instead of blake2 for a considerable performance increase 2022-02-14 00:07:30 +01:00