Skip to content

Commit

Permalink
Update refactored/src/edx/chain_table.rs
Browse files Browse the repository at this point in the history
Co-authored-by: chloehebant <[email protected]>
  • Loading branch information
tbrezot and chloehebant authored Jul 27, 2023
1 parent b458148 commit c5b7d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refactored/src/edx/chain_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! This algorithm is in charge of storing the lists of values indexed by
//! Findex. Formally, it implements an Encrypted Dictionary (EDX) scheme.
//!
//! The encryption scheme used in AES256-GCM.
//! The encryption scheme used is AES256-GCM.

use std::{
collections::{HashMap, HashSet},
Expand Down

0 comments on commit c5b7d81

Please sign in to comment.