From 097f4b536db64d29fbc5f54d052ba795db68f00f Mon Sep 17 00:00:00 2001 From: Alain Mosnier Date: Wed, 13 Dec 2017 11:18:17 +0100 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 514b9f7..62e8681 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ At the moment, only SHA-256 is implemented. - The SHA-256 implementation is a straightforward implementation of the algorithm specified on [Wikipedia](https://en.wikipedia.org/wiki/SHA-2). At the moment, - no effort at all has been put in optimization. + no effort at all has been put on optimization. ## License