bcgit / pc-dart

Pointy Castle - Dart Derived Bouncy Castle APIs
MIT License
237 stars 122 forks source link

Add HKDF support (IETF RFC 5869) #4

Closed fajarvm closed 4 years ago

fajarvm commented 4 years ago

Added an implementation of HMAC-based Extract-and-Expand Key Derivation Function according to IETF RFC 5869. It is based on the HKDF from Bouncy Castle Crypto package for Java.

mwcw commented 4 years ago

Thanks for your contribution, much appreciated!

This has been merged locally and should be synced up!

MW