paulmillr / noble-hashes

Audited & minimal JS implementation of hash functions, MACs and KDFs.
https://paulmillr.com/noble
MIT License
573 stars 46 forks source link

Please publish ts native version to jsr.io #85

Open inverted-capital opened 6 months ago

inverted-capital commented 6 months ago

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 🙏

paulmillr commented 6 months ago

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.