Blake2B

Standalone implementation of BLAKE2b cryptographic hash function in Java

License

License

GroupId

GroupId

com.rfksystems
ArtifactId

ArtifactId

blake2b
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Blake2B
Standalone implementation of BLAKE2b cryptographic hash function in Java
Project URL

Project URL

https://github.com/rfksystems/blake2b
Project Organization

Project Organization

RFK Systems
Source Code Management

Source Code Management

http://github.com/rfksystems/blake2b/tree/master

Download blake2b

How to add to project

<!-- https://jarcasting.com/artifacts/com.rfksystems/blake2b/ -->
<dependency>
    <groupId>com.rfksystems</groupId>
    <artifactId>blake2b</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rfksystems/blake2b/
implementation 'com.rfksystems:blake2b:1.0.0'
// https://jarcasting.com/artifacts/com.rfksystems/blake2b/
implementation ("com.rfksystems:blake2b:1.0.0")
'com.rfksystems:blake2b:jar:1.0.0'
<dependency org="com.rfksystems" name="blake2b" rev="1.0.0">
  <artifact name="blake2b" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rfksystems', module='blake2b', version='1.0.0')
)
libraryDependencies += "com.rfksystems" % "blake2b" % "1.0.0"
[com.rfksystems/blake2b "1.0.0"]

Dependencies

test (4)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.10
junit : junit jar RELEASE
com.google.code.gson : gson jar 2.8.2
com.google.truth : truth jar 0.36

Project Modules

There are no modules declared in this project.

BLAKE2b

Standalone implementation of BLAKE2b cryptographic hash function in Java.

Maven Central

Example usage

See com.rfksystems.blake2b.Blake2BTest for example use.

Security provider

This package includes implementation of java.security.Provider in com.rfksystems.blake2b.security.Blake2bProvider class. You can register this provider by calling Security.addProvider(new Blake2bProvider());.

Blake2bProvider exposes following digest functions

  • BLAKE2B-160
  • BLAKE2B-256
  • BLAKE2B-384
  • BLAKE2B-512

Installation

Maven

<dependency>
    <groupId>com.rfksystems</groupId>
    <artifactId>blake2b</artifactId>
    <version>${blake2b.version}</version>
</dependency>

License

Apache License, Version 2.0

com.rfksystems

RFK Systems

Versions

Version
1.0.0