comments/naming: Make sure that I consistently use shared_secret

This commit is contained in:
Hocuri
2025-08-08 16:27:33 +02:00
parent 792c05fc3e
commit 90d4856a1c
6 changed files with 24 additions and 23 deletions

View File

@@ -115,7 +115,7 @@ fn criterion_benchmark(c: &mut Criterion) {
.map(|_| create_broadcast_shared_secret_pub())
.collect();
// "secret" is the symmetric secret that was used to encrypt text_symmetrically_encrypted.eml:
// "secret" is the shared secret that was used to encrypt text_symmetrically_encrypted.eml:
secrets[NUM_SECRETS / 2] = "secret".to_string();
let context = rt.block_on(async {