-
Updated
Nov 25, 2021 - C++
argon2
Here are 394 public repositories matching this topic...
-
Updated
Oct 5, 2021 - PHP
A production environment is triggering the exception "Error Message: TypeError: Cannot read property 'insertBefore' of null".
This seems to happen on the admin interface on the url: "/#/admin/questionnaires" in relation to $scope.triggerFieldDialog
The setup is using version 3.0.2
-
Updated
Nov 17, 2021 - Go
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-
Updated
Nov 20, 2021 - Go
First of all, thanks for this great tutorial! I learned a lot following along!
After going through the code several times, I'm wondering why we would need to explicitly encrypt/decrypt field values of our custom EncryptedField type before saving them in the database. Isn't that why we define our custom Ecto Types to begin with, so that we don't need to encrypt/decrypt values manually and expl
-
Updated
Nov 23, 2021 - Java
-
Updated
Nov 19, 2021 - C#
-
Updated
Oct 30, 2019 - Rust
-
Updated
Nov 24, 2020 - C#
-
Updated
Sep 4, 2021 - Java
-
Updated
Sep 10, 2021 - Go
-
Updated
Aug 1, 2021 - Java
-
Updated
Apr 23, 2021 - Kotlin
-
Updated
Sep 5, 2019 - C
Compilation currently doesn't work with Clang 9 as the host compiler. See further https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#system-requirements
Cache CUDA download
-
Updated
Oct 13, 2020 - Java
-
Updated
Mar 3, 2020 - Go
-
Updated
Apr 3, 2020 - Go
-
Updated
Oct 20, 2021 - Crystal
Improve this page
Add a description, image, and links to the argon2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the argon2 topic, visit your repo's landing page and select "manage topics."
First of all, appreciate the library. I think it's a great start and recommend filling some gaps in the README to aid understanding. As a feature request I'm not providing environment/reproducibility, but let me know if you need it.