Module jose_jwa_concat_kdf

Concat KDF, as defined in Section 5.8.1 of NIST.800-56A See NIST.800-56A: https://dx.doi.org/10.6028/NIST.SP.800-56Ar2.

Copyright © 2014-2015, Andrew Bennett

Authors: Andrew Bennett (andrew@pixid.com).

Description

Concat KDF, as defined in Section 5.8.1 of NIST.800-56A See NIST.800-56A: https://dx.doi.org/10.6028/NIST.SP.800-56Ar2

Function Index

kdf/3
kdf/4

Function Details

kdf/3

kdf(Hash, Z, OtherInfo) -> any()

kdf/4

kdf(Hash, Z, OtherInfo, KeyDataLen) -> any()


Generated by EDoc