paulmillr / noble-hashes

Audited & minimal JS implementation of hash functions, MACs and KDFs.

Home Page:https://paulmillr.com/noble

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please publish ts native version to jsr.io

inverted-capital opened this issue · comments

Pretty please could we have a typescript native version on jsr.io ?

For those of us in modern js environments, this would be grand.

jsr.io has supply chain provenance from github actions as well, but you might be able to skip the build step perhaps, and webhook straight from github, putting even less stuff in the way of purity.

Thank you for the @noble libraries 🙏

Pull requests are welcome.

Before the pull request perhaps you can test this in your fork of noble hashes first. Like under name “inverted-noble-hashes” or something, to ensure everything works correctly. I have some concerns with regards to webcrypto imports.