hkdf
Here are 29 public repositories matching this topic...
-
Updated
Oct 15, 2020 - Java
-
Updated
Aug 22, 2020 - C#
-
Updated
May 1, 2020 - Java
-
Updated
May 1, 2020 - Java
-
Updated
Jun 16, 2019 - JavaScript
-
Updated
Apr 15, 2019 - PHP
-
Updated
Apr 15, 2019 - Java
-
Updated
Jun 1, 2020 - Go
-
Updated
Apr 15, 2019 - Kotlin
-
Updated
Oct 18, 2018 - C#
-
Updated
Apr 15, 2019 - Swift
-
Updated
Aug 31, 2018 - Rust
-
Updated
Feb 20, 2019 - C
-
Updated
Feb 8, 2018 - Go
-
Updated
Jan 4, 2018 - Java
Improve this page
Add a description, image, and links to the hkdf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hkdf topic, visit your repo's landing page and select "manage topics."


To check that all newtypes (
SecretKeys,Poly1305, etc.) implement the correct traits, new testing functions are needed.For example
fn test_traits_secret_key<Secret: Debug + Drop + PartialEq>() {}could be used to check that a secret key implements the needed traits.