-
The popular authenticated ciphers AES-GCM and ChaCha/Poly1305 are fast and work well in TLS, but they've seen a variety of issues in incautiously designed systems: [forgery by nonce-disrespecting adve…
-
Several crates in this repo could benefit from having `async` equivalents. There are several use cases for `async`, such as communicating with network services which implement a particular cryptograph…
-
hi , i cloned and maked the project successfully following this : https://meetecho.github.io/janus-mobile-sdk/#/getting-started.
make done successfully but when im trying to run the android example…
-
### Problem
The following `Cargo.toml` cannot resolve a version of a dependency:
```toml
[package]
name = "dependency-resolution"
version = "0.1.0"
edition = "2021"
[dependencies]
# Buil…
-
AES-CTR fails catastrophically when one reuses the same key, and the same IV/counter.
Could you please update the README to warn people to never, ever, ever reuse the IV when using AES-CTR?
When…
-
Hello, great work and amazing performance from my tests so far!
In cppcryptfs documentation this is mentioned:
> "Note: when you mount a filesystem using AES256-SIV in forward mode, any new encr…
-
Hi, I am trying to encrypt a payload with a 12 byte nonce (recommended) in AES/GCM-SIV/NoPadding and I can't figure out how to do it
```
try {
Cipher cipher = Cipher.getInstan…
-
This test fails with stack size overflow:
```rust
#[tokio::test]
async fn aes_gcm_siv() -> io::Result {
// generate witness
let mut witness = witness::aes_witnesses(witnes…
-
Implement XChaCha20-Poly1305 using the IETF construction only, as done here.
This is blocked on us finding (or writing) a clear security analysis of the XChaCha20-Poly1305 construct. In particular,…
-
### Version
wolfssl-5.7.2
### Description
## Description
trying yo install and build wolfSSL with liboqs following the https://github.com/wolfSSL/wolfssl/blob/master/INSTALL point 15 on debi…