Skip to content
#

blake2b

Here are 79 public repositories matching this topic...

brycx
brycx commented Feb 25, 2020

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 in a test like so:

fn test_traits_secret_key<Secret: Debug + Drop + PartialEq>() {}

#[test]
fn test_implemen

Improve this page

Add a description, image, and links to the blake2b topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the blake2b topic, visit your repo's landing page and select "manage topics."

Learn more