Added comment about testing
This commit is contained in:
parent
5833df68d9
commit
047f309134
|
@ -21,6 +21,12 @@ At the moment, only SHA-256 is implemented.
|
||||||
[Wikipedia](https://en.wikipedia.org/wiki/SHA-2). At the moment,
|
[Wikipedia](https://en.wikipedia.org/wiki/SHA-2). At the moment,
|
||||||
no effort at all has been put on optimization.
|
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
|
## Notes
|
||||||
|
|
||||||
The Makefile is as minimal as possible. No effort was put into making
|
The Makefile is as minimal as possible. No effort was put into making
|
||||||
|
|
Loading…
Reference in New Issue