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

at.favre.lib:hkdf 0.4.2

A standalone Java implementation of HMAC-based key derivation function (HKDF) defined in RFC 5869 first described by Hugo Krawczyk. It is special as it supports 2 Phases: Extract and Expand.

Группа

Группа

at.favre.lib
Идентификатор

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

hkdf
Версия

Версия

0.4.2
Тип

Тип

jar

Скачать hkdf 0.4.2


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