You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor node-sodium to use N-API instead of NaN, in order to support multiple versions of node without having to tweak the code.
Should give us some future proofing of the module.
This is a major release due to the total refactoring of the original code. Each function type is now in their own source files, as sodium.cc was getting way to big to be easily maintained.
Ported libsodium to 1.0.10
Implemented most functions in libsodium 1.0.10
Testing the new implementations is still a work in progress.
High level API was not changed and support for the new functions will come in a future release