is not current version
Last Version 1.1.0

at.favre.lib:hkdf 0.4.3

A standalone Java implementation of HMAC-based key derivation function (HKDF) defined in RFC 5869 first described by Hugo Krawczyk. HKDF follows the "extract-then-expand" paradigm.

GroupId

GroupId

at.favre.lib
ArtifactId

ArtifactId

hkdf
Version

Version

0.4.3
Type

Type

jar

Download hkdf 0.4.3


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