Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Nov 23, 2018
2 parents ddf91f5 + ef3c698 commit 1c06648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ byte[] keyMaterial = SingleStepKdf.fromHmacSha256().derive(sharedSecret, 32, sal
SecretKey secretKey = new SecretKeySpec(keyMaterial, "AES");
```

### Full Example
## Full Example

NIST 800-56C specifies the KDF with an H-function which may be a [hash](https://en.wikipedia.org/wiki/Cryptographic_hash_function), [HMAC](https://en.wikipedia.org/wiki/HMAC) or [KMAC](https://keccak.team/index.html).

Expand Down

0 comments on commit 1c06648

Please sign in to comment.