aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 9c11b880..4ebc9c62 100644
--- a/TODO.md
+++ b/TODO.md
@@ -8,6 +8,8 @@
files).
* consider making Ref an interface satisfied by concrete RefDetached,
RefSymbolic
+* consider making HashAlgorithm an interface
+* consider adding compression agility
* There may be some cases where integer overflows are handled
incorrectly.
* Use https://pkg.go.dev/simd/archsimd@go1.26rc1 for SIMD instead of assembly