mirror of
https://github.com/emn178/js-md5.git
synced 2026-08-12 20:31:43 +08:00
update travis and README
This commit is contained in:
@@ -3,7 +3,6 @@ node_js:
|
|||||||
- "0.11"
|
- "0.11"
|
||||||
- "0.10"
|
- "0.10"
|
||||||
- "0.8"
|
- "0.8"
|
||||||
- "0.6"
|
|
||||||
install:
|
install:
|
||||||
- npm install mocha -g
|
- npm install mocha -g
|
||||||
- npm install coveralls -g
|
- npm install coveralls -g
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# js-md5
|
# js-md5
|
||||||
A simple MD5 hash function for JavaScript supports UTF-8 encoding.
|
A simple MD5 hash function for JavaScript supports UTF-8 encoding.
|
||||||
[](https://travis-ci.org/emn178/js-md5)
|
[](https://travis-ci.org/emn178/js-md5)
|
||||||
|
[](https://coveralls.io/r/emn178/js-md5?branch=master)
|
||||||
[](https://nodei.co/npm/js-md5/)
|
[](https://nodei.co/npm/js-md5/)
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
@@ -67,8 +68,8 @@ Output
|
|||||||
a7bac2239fcdcb3a067903d8077c4a07
|
a7bac2239fcdcb3a067903d8077c4a07
|
||||||
|
|
||||||
## Benchmark
|
## Benchmark
|
||||||
[ASCII](http://jsperf.com/md5-ascii/3)
|
[ASCII](http://jsperf.com/md5-ascii/4)
|
||||||
[UTF8](http://jsperf.com/md5-utf8)
|
[UTF8](http://jsperf.com/md5-utf8/3)
|
||||||
|
|
||||||
## Extensions
|
## Extensions
|
||||||
### jQuery
|
### jQuery
|
||||||
|
|||||||
Reference in New Issue
Block a user