From 8451db7d1d70b1244e08dfb9d73172e16808d722 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Thu, 10 Jul 2014 06:14:05 +0100 Subject: [PATCH] add an item in TODO and extend another one. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 20dcacd..8cfb462 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,8 @@ Links * [ChaCha](http://cr.yp.to/chacha.html) * [ChaCha-test-vectors](https://github.com/secworks/chacha_testvectors.git) - * [Poly1305](http://cr.yp.to/mac.html) * [Poly1305-test-vectors](http://tools.ietf.org/html/draft-nir-cfrg-chacha20-poly1305-06#page-12) - * [Salsa](http://cr.yp.to/snuffle.html) * [Salsa128-test-vectors](https://github.com/alexwebr/salsa20/blob/master/test_vectors.128) * [Salsa256-test-vectors](https://github.com/alexwebr/salsa20/blob/master/test_vectors.256) @@ -28,4 +26,5 @@ Links TODO ---- -* remove copy of read-only part of ChaCha state by splitting the stuff in two. +* remove copy of read-only part of ChaCha / Salsa state by splitting the stuff in two. +* add support for XSalsa