Last Version

Blake2B 1.0.0

Standalone implementation of BLAKE2b cryptographic hash function in Java

License

License

GroupId

GroupId

com.rfksystems
ArtifactId

ArtifactId

blake2b
Version

Version

1.0.0
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 1.0.0


<!-- 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.