This is an automated email from the ASF dual-hosted git repository.
gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git
The following commit(s) were added to refs/heads/trunk by this push:
new 3d3d1d2 link to argon2 python docco
3d3d1d2 is described below
commit 3d3d1d21bedb4812e452c5169929e35128d90034
Author: Greg Stein <[email protected]>
AuthorDate: Fri May 27 10:08:11 2022 -0400
link to argon2 python docco
---
v3/README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/v3/README.md b/v3/README.md
index 8629da2..20231ef 100644
--- a/v3/README.md
+++ b/v3/README.md
@@ -106,7 +106,7 @@ with the ballot definition.
The size of **Salt(xx)** is 16 bytes, which is the default used by the Argon2
implementation. The salt values should never be transmitted.
-The `Hash()` function will be **Argon2**. Note that `Hash()` is
+The `Hash()` function will be **Argon2**[^argon2]. Note that `Hash()` is
computationally/memory intensive, in order to make "unmasking" of votes
somewhat costly for **root**. Yet it needs to be reasonable to decrypt
the votestrings for final tallying (eg. after ballot-close, **several hours**
@@ -161,3 +161,4 @@ Note that the tally process does not require unmasking the
Participant.
[^fernet]: https://cryptography.io/en/latest/fernet/
+[^argon2]:
https://passlib.readthedocs.io/en/stable/lib/passlib.hash.argon2.html