From f3f5e1b4532a40e37fc9b880f348a525c4a4165a Mon Sep 17 00:00:00 2001 From: Alain Mosnier Date: Wed, 13 Dec 2017 11:23:44 +0100 Subject: [PATCH] Added some notes --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 62e8681..2de86e0 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,13 @@ 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. +## Notes + +The Makefile is as minimal as possible. No effort was put into making +it general. Its purpose is mainly to ease testing for the developer's +host machine. The actual implementation is however extremely easy to +include in any project, may it use GNU make or any other build tool. + ## License This repository is made available in the public domain. See [LICENSE