https://github.com/takker99/deno-md5
Calculate MD5 for Deno/Web Browser
https://github.com/takker99/deno-md5
deno md5
Last synced: 3 months ago
JSON representation
Calculate MD5 for Deno/Web Browser
- Host: GitHub
- URL: https://github.com/takker99/deno-md5
- Owner: takker99
- License: mit
- Created: 2024-08-06T04:57:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T11:05:13.000Z (about 1 year ago)
- Last Synced: 2025-06-23T09:03:07.883Z (about 1 year ago)
- Topics: deno, md5
- Language: TypeScript
- Homepage: https://jsr.io/@takker/md5
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @takker/md5
[](https://jsr.io/@takker/md5)
[](https://github.com/takker99/deno-md5/actions?query=workflow%3Aci)
Calculate MD5 for Deno/Web Browser
This code is ported from https://github.com/denoland/deno_std
(https://deno.land/std@0.160.0/hash/md5.ts). The original code is written using
`class`, but I rewrote it using arrow functions for tree-shaking.
I rewrote `@std/hash/md5.ts` and published on [JSR](https://jsr.io/@takker/md5)
in order to use it from JSR packages.