Coder Social home page Coder Social logo

jblake2's Introduction

JBlake2 Build Coverage Version Javadocs License

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

Getting started

JBlake2 binaries are available from Maven Central repositories. Download the latest jar or get it directly from your favorite build tool:

Maven

  <dependency>
    <groupId>org.kocakosm</groupId>
    <artifactId>jblake2</artifactId>
    <version>0.4</version>
  </dependency>

Gradle

  compile 'org.kocakosm:jblake2:0.4'

Note: module name for the Java Module System is org.kocakosm.jblake2.

Usage

Browse API docs for the most recent release.

Reproducing/verifying a release build

JBlake2's release builds are reproducible/verifiable since version 0.4. This means that you can reproduce the released jar by building JBlake2 from source. For more information on reproducible builds, see the reproducible-builds.org website.

To verify a particular release build, you'll need an x86_64 machine with GNU Bash (4.1+), Docker (17.05+), and, at your option, Mercurial or Git installed. First, clone the repository (either the official Mercurial repository or the Git mirror). Then, checkout the desired version tag. Finally, run the verify-build.sh script located at the project's root. This script recreates the build environment used to release the version, builds the project from source, downloads the released jar from Maven Central and checks that the build output matches (bit for bit) the downloaded artifact.

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

jblake2's People

Contributors

kocakosm avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.