feat(md5): now creates md5 hashes

This commit is contained in:
2019-11-21 14:17:48 +00:00
parent cb5b3d2172
commit 0ed76d1ad4
5 changed files with 326 additions and 390 deletions

View File

@ -1,3 +1,4 @@
import * as plugins from './nodehash.plugins';
export * from './nodehash.sha256';
export * from './nodehash.md5';