aead
Here are 45 public repositories matching this topic...
-
Updated
Aug 22, 2020 - C#
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.
-
Updated
Oct 7, 2018 - LiveScript
-
Updated
Sep 25, 2020 - Go
-
Updated
Aug 31, 2020 - Rust
-
Updated
Apr 18, 2019 - Java
-
Updated
Apr 21, 2019 - C
-
Updated
Apr 30, 2020 - Java
-
Updated
Dec 22, 2018 - C#
-
Updated
Jun 13, 2020 - C
-
Updated
Aug 23, 2020 - Rust
-
Updated
Nov 18, 2017 - Go
-
Updated
Oct 10, 2019 - JavaScript
-
Updated
Jan 5, 2020 - Python
-
Updated
Oct 10, 2019 - Python
-
Updated
Jul 16, 2020 - Rust
-
Updated
Jun 12, 2019 - PHP
-
Updated
Jul 26, 2019 - Go
-
Updated
Feb 1, 2020 - C++
-
Updated
May 1, 2019 - JavaScript
-
Updated
Feb 23, 2019 - C
Improve this page
Add a description, image, and links to the aead topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aead topic, visit your repo's landing page and select "manage topics."
It looks like performance regressed rather severely in a commit reverted here:
miscreant/meta#87
It would be nice to detect such regressions automatically and prevent them in the future