Jar examples for h:hkdf
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.
You can download jar file hkdf 1.0.0 in this page.
Apache License, Version 2.0
You can use the following script to add hkdf-1.0.0.jar to your project.
<dependency> <groupId>at.favre.lib</groupId> <artifactId>hkdf</artifactId> <version>1.0.0</version> </dependency>
compile group: 'at.favre.lib', name: 'hkdf', version: '1.0.0'
libraryDependencies += "at.favre.lib" % "hkdf" % "1.0.0"
<dependency org="at.favre.lib" name="hkdf" rev="1.0.0"/>
@Grapes(@Grab(group='at.favre.lib', module='hkdf', version='1.0.0'))
'at.favre.lib:hkdf:jar:1.0.0'
Click the following link to download the jar file.
hkdf-1.0.0-javadoc.jar