-
Would it be worth to replace the dependency on js-nacl with tweetnacl?
$ sloc js-nacl/
```
---------- Result ------------
Physical : 80220
Source : 74769
Co…
-
Issues like #3 make me wonder whether this module would be better as a wrapper around sodium-chloride and [sodium-universal](https://github.com/sodium-friends/sodium-universal), dropping support for T…
-
I want to ask if you can help me with this problem. I downloaded your tweetnacl-tools program and wanted to test it on windows 10 / Ubuntu 20.04 LTS. But on windows, if I enter a display such as tweet…
-
Currently all [travis builds](https://github.com/zeromq/zmqpp/blob/develop/.travis.yml) are either with or without `libsodium`.
Since `libzmq` defaulted to `tweetnacl`, it may be useful to run Travis…
-
It might be a good idea to replace the current `crypto-js` encryption (using plain AES) with [tweetnacl's](https://www.npmjs.com/package/tweetnacl) [secretbox API](https://github.com/dchest/tweetnacl-…
-
### Observed behavior
esbuild dev bundle
[DEBUG] Indirect calls to "require" will not be bundled [indirect-require]
```
../../node_modules/tweetnacl/nacl-fast.js:2378:20:
2378 │ } else …
-
Hi I've successfully compiled and generated public and secret keys in cc2650 contiki3.0 using this https://github.com/ultramancool/tweetnacl-usable . But the decryption fails with "crypto_box_open ret…
-
**Is your feature request related to a problem? Please describe.**
`sodium-native`, while significantly faster than `tweetnacl`, introduces complexity in the form of:
- It requires native code c…
-
Given a Package.swift description like this:
`// swift-tools-version:5.3
import PackageDescription
let package = Package(name: "Foo",
platforms: [
…
-
When you sign a message, you have to sign it with the private key of the wallet to verify the actual wallet's address.
I was able to solve this with https://github.com/bitmark-inc/tweetnacl-swiftwr…