-
Updated
Sep 28, 2020 - C#
orion
Here are 46 public repositories matching this topic...
-
Updated
Oct 15, 2020 - Go
-
Updated
Aug 10, 2020 - JavaScript
-
Updated
Nov 2, 2019 - Python
-
Updated
Oct 31, 2020 - JavaScript
-
Updated
Oct 13, 2020 - Java
-
Updated
Jun 16, 2020 - Makefile
-
Updated
Oct 28, 2020 - HTML
-
Updated
Sep 19, 2020 - C
-
Updated
Jun 3, 2020 - JavaScript
-
Updated
Dec 28, 2017 - Java
-
Updated
Jun 24, 2018 - Python
-
Updated
Sep 9, 2020 - Go
-
Updated
Oct 13, 2019 - TypeScript
-
Updated
Sep 7, 2020 - HTML
-
Updated
Sep 25, 2020 - Rust
-
Updated
Oct 2, 2020 - JavaScript
Improve this page
Add a description, image, and links to the orion topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the orion topic, visit your repo's landing page and select "manage topics."
To check that all newtypes (
SecretKey
s,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.