Commit graph

8 commits

Author SHA1 Message Date
Deepak Vishwakarma f931805502
readme for std/hash (#6139) 2020-06-06 12:36:34 -04:00
skdltmxn e05ed53713
feat(std/hash): add sha3 (#5558) 2020-06-04 15:14:36 -04:00
Tuan Le d89692161a
feat(std/hash): add Sha512 and HmacSha512 (#6009) 2020-05-31 16:03:37 -04:00
Kitson Kelly ebae1a20d5
Migrate from dprint-ignore to deno-fmt-ignore (#5659) 2020-05-27 14:21:18 +02:00
skdltmxn 49c85a2c23
feat(std/hash): add md5 (#5719) 2020-05-21 12:39:32 -04:00
Andrey Trebler 2d5abbe909
fix(std/hash): SHA1 hash of Uint8Array (#5086) 2020-05-18 00:04:11 +02:00
skdltmxn 06f3268f3a
feat: add std/hash/fnv (#5403) 2020-05-15 09:42:19 -04:00
Nayeem Rahman f184332c09
BREAKING(std): reorganization (#5087)
* Prepend underscores to private modules
* Remove collectUint8Arrays() It would be a misuse of Deno.iter()'s result.
* Move std/_util/async.ts to std/async
* Move std/util/sha*.ts to std/hash
2020-05-09 08:34:47 -04:00