Skip to content

Commit dc41862

Browse files
committed
add benchmark
1 parent c31830a commit dc41862

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
A simple SHA-256 / SHA-224 hash function for JavaScript supports UTF-8 encoding.
77

88
## Demo
9-
[SHA256 Online](http://emn178.github.io/online-tools/sha256.html)
10-
[SHA224 Online](http://emn178.github.io/online-tools/sha224.html)
9+
[SHA256 Online](https://emn178.github.io/online-tools/sha256.html)
10+
[SHA224 Online](https://emn178.github.io/online-tools/sha224.html)
11+
[SHA256 File Online](https://emn178.github.io/online-tools/sha256_checksum.html)
12+
[SHA225 File Online](https://emn178.github.io/online-tools/sha224_checksum.html)
1113

1214
## Download
1315
[Compress](https://raw.github.com/emn178/js-sha256/master/build/sha256.min.js)
@@ -100,8 +102,11 @@ sha256.digest(''); // [227, 176, 196, 66, 152, 252, 28, 20, 154, 251, 244, 200,
100102
sha256.arrayBuffer(''); // ArrayBuffer
101103
```
102104

105+
## Benchmark
106+
[jsPerf Benchmark](https://jsperf.app/cidole/2)
107+
103108
## License
104-
The project is released under the [MIT license](http://www.opensource.org/licenses/MIT).
109+
The project is released under the [MIT license](https://opensource.org/license/mit/).
105110

106111
## Contact
107112
The project's website is located at https://github.com/emn178/js-sha256

0 commit comments

Comments
 (0)