A pure Java (8+) implementation of BLAKE2 (RFC 7693).
Maven
<dependency>
<groupId>org.kocakosm</groupId>
<artifactId>jblake2</artifactId>
<version>0.5</version>
</dependency>
Gradle
compile 'org.kocakosm:jblake2:0.5'
Note: module name for the Java Module System is org.kocakosm.jblake2
.
Browse API docs for the most recent release.
JBlake2 builds are reproducible since version 0.4. Released artifacts are verified by the Reproducible Central project, the Java part of the Reproducible Builds effort.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.
See the GNU Lesser General Public License for more details.
kocakosm[@]gmail[dot]com