Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takker99/deno-md5
Calculate MD5 for Deno/Web Browser
https://github.com/takker99/deno-md5
deno md5
Last synced: about 1 month 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T21:53:51.000Z (about 2 months ago)
- Last Synced: 2024-09-30T18:40:46.692Z (about 2 months ago)
- Topics: deno, md5
- Language: TypeScript
- Homepage: https://jsr.io/@takker/md5
- Size: 18.6 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
[![JSR](https://jsr.io/badges/@takker/md5)](https://jsr.io/@takker/md5)
[![test](https://github.com/takker99/deno-md5/workflows/ci/badge.svg)](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/[email protected]/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.