mirror of
https://github.com/emn178/js-md5.git
synced 2026-08-12 20:31:43 +08:00
update README
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# js-md5
|
# js-md5
|
||||||
[](https://travis-ci.org/emn178/js-md5)
|
[](https://travis-ci.org/emn178/js-md5)
|
||||||
[](https://coveralls.io/r/emn178/js-md5?branch=master)
|
[](https://coveralls.io/r/emn178/js-md5?branch=master)
|
||||||
[](https://nodei.co/npm/js-md5/)
|
[](https://nodei.co/npm/js-md5/)
|
||||||
A simple MD5 hash function for JavaScript supports UTF-8 encoding.
|
A simple MD5 hash function for JavaScript supports UTF-8 encoding.
|
||||||
|
|
||||||
@@ -54,7 +54,8 @@ Output
|
|||||||
a7bac2239fcdcb3a067903d8077c4a07
|
a7bac2239fcdcb3a067903d8077c4a07
|
||||||
|
|
||||||
## Benchmark
|
## Benchmark
|
||||||
[MD5 Shootout](http://jsperf.com/md5-shootout/79)
|
[UTF8](http://jsperf.com/md5-shootout/81)
|
||||||
|
[ASCII](http://jsperf.com/md5-shootout/82)
|
||||||
|
|
||||||
## Extensions
|
## Extensions
|
||||||
### jQuery
|
### jQuery
|
||||||
|
|||||||
Reference in New Issue
Block a user