aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/builtin/sha1/ISSUES
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/builtin/sha1/ISSUES')
-rw-r--r--src/lib/crypto/builtin/sha1/ISSUES7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/crypto/builtin/sha1/ISSUES b/src/lib/crypto/builtin/sha1/ISSUES
new file mode 100644
index 0000000..8b7e8a2
--- /dev/null
+++ b/src/lib/crypto/builtin/sha1/ISSUES
@@ -0,0 +1,7 @@
+Issues to be addressed for src/lib/crypto/sha1: -*- text -*-
+
+Assumes int (look for "count") is >= 32 bits.
+
+Changing the types of internal variables is easy, but shsUpdate takes
+an int parameter; changing that could change the ABI on some
+platforms.