var b = new MD5Builder();
b.update("H");
b.update("el");
b.update("lo");
b.update("world");
console.log(b.calc());
-
Notifications
You must be signed in to change notification settings - Fork 0
ironmagma/MD5Builder.js
About
A library for computing MD5s of streams in javascript.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published