Skip to content

kocakosm/jblake2

Repository files navigation

JBlake2 CI Coverage Reproducible Builds Version Javadocs License

A pure Java (8+) implementation of BLAKE2 (RFC 7693).

Getting started

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.

Usage

Browse API docs for the most recent release.

Reproducibility

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.

License

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.

Contact

kocakosm[@]gmail[dot]com