From 047f309134372f826027ac383667c18ce7a2062f Mon Sep 17 00:00:00 2001 From: Alain Mosnier Date: Wed, 13 Dec 2017 11:29:58 +0100 Subject: [PATCH] Added comment about testing --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2de86e0..2f8d765 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ At the moment, only SHA-256 is implemented. [Wikipedia](https://en.wikipedia.org/wiki/SHA-2). At the moment, no effort at all has been put on optimization. +## Testing + +Some testing has been performed, that hopefully proves that the +implementation is correct. However, no effort has so far been put into +testing large sizes of data. + ## Notes The Makefile is as minimal as possible. No effort was put into making