Blake2B

Standalone implementation of BLAKE2b cryptographic hash function in Java

Лицензия

Лицензия

Группа

Группа

com.rfksystems
Идентификатор

Идентификатор

blake2b
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Blake2B
Standalone implementation of BLAKE2b cryptographic hash function in Java
Ссылка на сайт

Ссылка на сайт

https://github.com/rfksystems/blake2b
Организация-разработчик

Организация-разработчик

RFK Systems
Система контроля версий

Система контроля версий

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

Скачать blake2b

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (4)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.0