-
Many other systems and languages use something like `libsodium` for AEAD. libsodium uses `XSalsa20Poly1305` and not `ChaCha20Poly1305` which means that we cannot easily support communication with thes…
-
Hi. Ahh so happy to find your program.. I do use google drive for storing my org-files but I do in principe always mount the g-drive with rclone and then I mount an encryption layer ( https://rclone.o…
-
As per
3.3.x: https://github.com/Discord4J/Discord4J/blob/master/voice/src/main/java/discord4j/voice/VoiceSocket.java#L54
3.2.x: https://github.com/Discord4J/Discord4J/blob/3.2.x/voice/src/main/ja…
-
Sometimes when joining a voice channel i get this error:
```
"2022-11-06 22:32:10 366379639000 ThreadId 1111 !!! Voice Websocket Error - First packet after Select Protocol not Opcode 4 Session Descr…
-
see also. https://github.com/datproject/sdk/issues/79
My setup.
Two chrome based browsers (1. Ubuntu 18.04.5, 2. Win10)
A website that loads browserified hyper-sdk (from this repo)
A Node …
-
![image](https://user-images.githubusercontent.com/1270099/31780213-aae03334-b4ba-11e7-93a3-06316b1ac2b8.png)
We've gotten this in Beaker for one user. It happened first, afaik, when she tried to w…
-
Add support for ECDH-ES (+ X25519) / XSalsa20-Poly1305 and ChaCha20-Poly1305 to JOSE/ IANA registry.
-
Hi!
It would be nice to be able to use libsodium primitives as they are much faster (authenticated encryption is many times faster than HMAC-SHAXX and XSalsa20 is faster than AES on ARMs), constant ti…
-
chacha20's nonce size is apparently too small for our random nonce and likely to have a collision, xsalsa20 uses an extended nonce size. xchacha20 is not available from the x/crypto libraries yet, or…
-
The goal of this Issue is to "price match" libtomcrypt with other cryptographic libraries in regards to functionality and variety.
reference: https://www.cryptopp.com/
* Block Cipher
- [x] IDEA
…