Download hkdf-1.0.0.jar file - Jar h

Jar examples for h:hkdf

Description

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.

License

Apache License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

hkdf-1.0.0-javadoc.jar
hkdf-1.0.0-sources.jar
hkdf-1.0.0.jar
hkdf-1.0.0.pom



Related Tutorials