Frank Denis

Results 470 comments of Frank Denis

https://github.com/jedisct1/libsodium.js/issues/149#issuecomment-379317711

But... why? It breaks all the tests and even the examples from the documentation.

But the current names are consistent with the underlying C library. Following Swift's convention is good, but this change is going to break all existing apps without any functional improvement....

If we are going to make breaking changes, using the `Result` type definitely looks like a good change to make. Using quotes to work around existing keywords is painful. Renaming...

The `pwhash` function takes two parameters: the number of iterations, and how much memory to use. If a runtime doesn't allow using enough memory to match the parameters used by...

This is unconditionally and automatically done every time you use them. In the public APIs, keys are always compressed as a single coordinate + the sign of the other one....

Unfortunately I wasn't able to reproduce this (tried with the default iOS template, deployed for generic iOS platforms). `Configuration issue: platform iPhoneSimulator.platform doesn't have any non-simulator SDKs; ignoring it` Maybe...

Hi! libsodium.js still bundles the JavaScript version in addition to the WebAssembly version. If an exception is returned when used in a Chrome extension, the wasm support detection code is...

@paixaop Any chance you could release an updated version using `libsodium-2.0.18-stable`? If not, I guess the only option left is to fork the project.

The error looks self explanatory 😀 Your application supplied an incorrect nonce size.