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

argon2i

Here are 18 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

goArgonPass is a Argon2 Password utility package for Go using the crypto library package Argon2 designed to be compatible with Passlib for Python and Argon2 PHP. Argon2 was the winner of the most recent Password Hashing Competition. This is designed for use anywhere password hashing and verification might be needed and is intended to replace implementations using bcrypt or Scrypt.
  • Updated Dec 11, 2020
  • Go

Improve this page

Add a description, image, and links to the argon2i 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 argon2i topic, visit your repo's landing page and select "manage topics."

Learn more