diff options
author | Nathaniel Kofalt <nathaniel@kofalt.com> | 2015-06-16 10:02:38 -0500 |
---|---|---|
committer | Nathaniel Kofalt <nathaniel@kofalt.com> | 2015-06-16 10:02:38 -0500 |
commit | 79838239908868d2d612e69ce0e1b8bdaa9359eb (patch) | |
tree | 638158ff580da0d8c795f4be1443ac5268111ecd | |
parent | 2e55bbfd56af3c700d4877ffa1665e3ad5cb75a2 (diff) | |
download | jsSHA-79838239908868d2d612e69ce0e1b8bdaa9359eb.zip jsSHA-79838239908868d2d612e69ce0e1b8bdaa9359eb.tar.gz jsSHA-79838239908868d2d612e69ce0e1b8bdaa9359eb.tar.bz2 |
Add test instructions
-rw-r--r-- | test/hash-file.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/hash-file.html b/test/hash-file.html index 5b45607..4947fcb 100644 --- a/test/hash-file.html +++ b/test/hash-file.html @@ -1,5 +1,7 @@ <script src="../src/sha.js"></script> +Drop this project's LICENSE file to test, or any other file to find its SHA-384 hash: +<p> <input type="file" id="files" name="file" /> <p> <div id="progress"></div> |