The Wayback Machine - https://web.archive.org/web/20211125173534/https://github.com/topics/x25519
Skip to content
#

x25519

Here are 55 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 x25519 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 x25519 topic, visit your repo's landing page and select "manage topics."

Learn more