is not current version
Last Version 1.1.0

at.favre.lib:hkdf 0.2.1

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.

GroupId

GroupId

at.favre.lib
ArtifactId

ArtifactId

hkdf
Version

Version

0.2.1
Type

Type

jar

Download hkdf 0.2.1


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