-
What's the minimal amount of changes needed to support ES6 module-style export?
-
I am personally creating a PGP-like cipher for twitter (a symmetric-asymmetric encryption combo), and I would like to know, how DDT works step by step. Could you educate me about that?
-
In my other NaCl bindings, I've found it useful to provide an object-oriented API, in addition to the raw functions that take and return bytestrings. Benefits include: it's harder to accidentally get …
-
Currently, we have some utility modules that dispatch based based upon whether we're in a browser environment or not. We should be able to remove these by configuring Rollup to import the modules corr…
-
When trying the library in a flutter web app the following UnsupportedError is raised
```
Unsupported operation: Uint64List not supported on the web.
```
-
Hi,
TweetNaCl.js currently includes a minified build in its package on npm, but unfortunately this is making dependency auditing quite a bit harder; now in addition to a human-readable version, a m…
-
There seems to be no definitive answer on whether emscripten/asm.js is safe against timing attacks if the C source is (like NaCl) [1]. Are you maybe in a position to get clarification on this issue? I…
-
## Problem
Being able to sign transactions with derived keys from schemes like [BIP32-ed25519](https://acrobat.adobe.com/id/urn:aaid:sc:EU:04fe29b0-ea1a-478b-a886-9bb558a5242a), in which only kL (s…
-
-
Hi Katyo,
The NPM repository indicates that the licensing is `UNLICENSED` which according to NPM is a flag to indicate "UNLICENSED isn’t a license, but an npm-defined keyword “if you do not wish to…