Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.