From 08dcd99c77841d666f0d858db18df2700c71a765 Mon Sep 17 00:00:00 2001 From: Joe DF Date: Tue, 17 Feb 2015 21:07:06 -0500 Subject: [PATCH] Updated todo list, see #16 + #17 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 00975bb..e8399ea 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ A collection of crypting and encoding functions from the community - [x] Dec (2 to 36) - [x] Div2 - [x] HMAC (Checksums) +- [ ] Laszlo Hash (L64, L128) - [x] MD2, MD4, MD5 - [x] nnnik21 - [ ] PBKDF2 @@ -26,6 +27,7 @@ A collection of crypting and encoding functions from the community - [ ] TEA (xxTEA) - [ ] Tiger - [x] URI/URL encode/decode +- [ ] VxE (VxE-89, VxE-251) - [ ] Whirlpool - [x] XOR