Blake3 Crytopgrahic Hash Function / Java Implementation?
Johannes Lichtenberger

Johannes Lichtenberger @johanneslichtenberger

About: I'm working on an Open Source temporal NoSQL document storage system called SirixDB written in Java (and a module in Kotlin) in my spare time.

Location:
Germany
Joined:
Dec 26, 2018

Blake3 Crytopgrahic Hash Function / Java Implementation?

Publish Date: Feb 24 '20
4 3

Hi,

Does anyone know if there's a Java implementation of Blake3? Or at least an effort to implement it?

Kind regards
Johannes

Comments 3 total

  • Felix Terkhorn
    Felix TerkhornFeb 24, 2020

    Nice. Just read about BLAKE3 after seeing your post. Hope you find some good news about someone writing a Java Impl. For those of us obsessed with rust, there's a reference implementation in that lang: github.com/BLAKE3-team/BLAKE3

    • Johannes Lichtenberger
      Johannes LichtenbergerFeb 24, 2020

      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.

  • Jack O'Connor
    Jack O'ConnorMay 1, 2020

    There are some JNI bindings here, though I haven't tried them myself: github.com/sken77/BLAKE3jni

Add comment