UNPKG

keybase-nacl

Version:

A small wrapper library to switch between C and JS NaCl depending on the install

27 lines (14 loc) 592 B
# v1.1.3 (2020-01-15) - upgrade deps # v1.1.2 (2019-11-04) - sodium is now optional # v1.1.1 (2019-07-31) - Dep upgrades # v1.1.0 (2019-02-18) - Use a regular `require("sodium")` rather than indirection. We used to do indirection so that browserify would not include sodium, but that same technique breaks webpack. - This is a breaking change since now you need to `browserify -i sodium` on all downstream dependencies. # v1.0.11 (2019-02-01) - module updates - use Buffer.from, not new Buffer # v1.0.10 (2016-11-02) - Expose Curve25519 scalar multiplication (via @zapu's PR #4)