is not current version
Last Version 1.1.0

at.favre.lib:hkdf 0.3.0

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.3.0
Type

Type

jar

Download hkdf 0.3.0


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