DEV Community

Discussion on: Blake3 Crytopgrahic Hash Function / Java Implementation?

Collapse
 
johanneslichtenberger profile image
Johannes Lichtenberger • Edited

Would be nice to replace Sha256 for a temporal data store (sirix.io) I'm creating. That said if someone has ideas how to best compress and reduce storage space of currently at max 512 hashes (128Bits from the Sha256 hash) in a database page I'd be very happy. If I sort the hashes I'd have to keep an additional map, so that's a no go. Otherwise delta encoding would be great of course.