Re-exporting argon2 and generic_array (#387)

This commit is contained in:
Kevin Lewi
2025-09-08 23:32:58 -07:00
committed by GitHub
parent 6593833622
commit a1624a92dd
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -30,8 +30,8 @@ use std::process::exit;
use chacha20poly1305::aead::{Aead, KeyInit};
use chacha20poly1305::{ChaCha20Poly1305, Key, Nonce};
use generic_array::GenericArray;
use opaque_ke::ciphersuite::CipherSuite;
use opaque_ke::generic_array::GenericArray;
use opaque_ke::rand::RngCore;
use opaque_ke::rand::rngs::OsRng;
use opaque_ke::{