Skip to content

Commit

Permalink
Add related libraries in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Nov 23, 2018
1 parent ce4b686 commit b8e045e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -180,6 +180,11 @@ Use the Maven wrapper to create a jar including all dependencies
* [Square: keywhiz](https://github.com/square/keywhiz/blob/master/hkdf/src/main/java/keywhiz/hkdf/Hkdf.java)
* [Bouncy Castle](https://github.com/bcgit/bc-java/blob/master/core/src/main/java/org/bouncycastle/crypto/generators/HKDFBytesGenerator.java)

## Related Libraries

* [BCyrpt Password Hash Function (Java)](https://github.com/patrickfav/bcrypt)
* [Single Step KDF [NIST SP 800-56C] (Java)](https://github.com/patrickfav/singlestep-kdf)

# License

Copyright 2017 Patrick Favre-Bulle
Expand Down

0 comments on commit b8e045e

Please sign in to comment.