Last Version

Single Step KDF (NIST SP 800-56C) 0.2.0

Single Step Key Derivation Function (KDF) as defined in NIST SP 800-56C, Sect 5.8.1 as well as 800-56A. Usually used in key agreement protocols.

License

License

GroupId

GroupId

at.favre.lib
ArtifactId

ArtifactId

singlestep-kdf
Version

Version

0.2.0
Type

Type

jar
Description

Description

Single Step KDF (NIST SP 800-56C)
Single Step Key Derivation Function (KDF) as defined in NIST SP 800-56C, Sect 5.8.1 as well as 800-56A. Usually used in key agreement protocols.
Project URL

Project URL

https://github.com/patrickfav/singlestep-kdf
Source Code Management

Source Code Management

https://github.com/patrickfav/singlestep-kdf

Download singlestep-kdf 0.2.0


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

Dependencies

compile (1)

Group / Artifact Type Version
at.favre.lib : bytes jar 0.8.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.bouncycastle : bcprov-jdk15on jar 1.60

Project Modules

There are no modules declared in this project.