ilap / pinenacl-dart

The Dart implementation of the PyNaCl API with the TweetNaCl cryptographic library
MIT License
36 stars 4 forks source link

Support for HKDF (RFC 5869) #4

Closed fajarvm closed 4 years ago

fajarvm commented 4 years ago

Hi,

This is a nice package to use instead of TweetNacl! 😃 Is there any plan to support the HKDF as described in the RFC 5869?

Thanks in advance

fajarvm commented 4 years ago

The support for HKDF is added to: https://github.com/bcgit/pc-dart/issues/3

Closing this issue.