From f5120efe13e55d32352e5500eecca1a8c26b6ce4 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Thu, 18 Jan 2024 22:21:09 -0500 Subject: src url --- README.md | 7 +++++++ templates/index.html | 5 ++--- templates/key-commitment.html | 5 ++--- templates/mac-truncation.html | 5 ++--- templates/nonce-reuse.html | 5 ++--- 5 files changed, 15 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d93012d..80441cf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # forbidden salamanders The cryptography in this library is not audited and should not be used in production. + +## TODO +- script making cache +- cleanup analysis.py +- add requirements.txt +- nginx max upload size +- precompute exponents for collision diff --git a/templates/index.html b/templates/index.html index c6d978d..27c9c7d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,7 +13,8 @@

diff --git a/templates/key-commitment.html b/templates/key-commitment.html index f3a309e..7984b1a 100644 --- a/templates/key-commitment.html +++ b/templates/key-commitment.html @@ -13,7 +13,8 @@

diff --git a/templates/mac-truncation.html b/templates/mac-truncation.html index 742a0c8..601c978 100644 --- a/templates/mac-truncation.html +++ b/templates/mac-truncation.html @@ -13,7 +13,8 @@

diff --git a/templates/nonce-reuse.html b/templates/nonce-reuse.html index 5412050..d32389d 100644 --- a/templates/nonce-reuse.html +++ b/templates/nonce-reuse.html @@ -13,7 +13,8 @@

-- cgit v1.2.3