jedisct1 / libsodium.js

libsodium compiled to Webassembly and pure JavaScript, with convenient wrappers.
Other
980 stars 141 forks source link

Add crypto_core_hsalsa20 #290

Closed bezi closed 2 years ago

bezi commented 2 years ago

I copied the 55e6fe130997cc1734917ca69c6f4f4e444ef437 commit that added chacha20 to include salsa20. Make rebuilds correctly, and I am able to see the crypto_core_hsalsa20 export and use it. I didn't include the new dist/ files as the linked commit didn't, but I would ask if we could rebuild and bump the npm version of the library to include these changes.

I am also happy to check in my rebuilt changes.

bezi commented 2 years ago

@jedisct1 Is there any chance that this PR will be merged?

jedisct1 commented 2 years ago

@jedisct1 Is there any chance that this PR will be merged?

Certainly :)

bezi commented 2 years ago

@jedisct1 could you bump the version in NPM for this change? I suppose it would be 0.7.10?

jedisct1 commented 2 years ago

@bezi Done!