mirror of
https://github.com/emn178/js-md5.git
synced 2026-08-12 20:31:43 +08:00
create project
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
assert('md5 1', 'd41d8cd98f00b204e9800998ecf8427e', md5(''));
|
||||
assert('md5 2', '9e107d9d372bb6826bd81d3542a419d6', md5('The quick brown fox jumps over the lazy dog'));
|
||||
assert('md5 3', 'e4d909c290d0fb1ca068ffaddf22cbd0', md5('The quick brown fox jumps over the lazy dog.'));
|
||||
Reference in New Issue
Block a user