From 7d20a4d2e2537bcda6f0d9f164a561a07f2756fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20BR=C3=89ZOT?= Date: Thu, 27 Jul 2023 16:23:22 +0200 Subject: [PATCH] Update refactored/src/edx/entry_table.rs Co-authored-by: chloehebant <44373602+chloehebant@users.noreply.github.com> --- refactored/src/edx/entry_table.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refactored/src/edx/entry_table.rs b/refactored/src/edx/entry_table.rs index 7f9ce7bd..db2f0267 100644 --- a/refactored/src/edx/entry_table.rs +++ b/refactored/src/edx/entry_table.rs @@ -1,4 +1,4 @@ -//! The Entry Table is a Encrypted Dictionary scheme (EDX). It is used to +//! The Entry Table is an Encrypted Dictionary scheme (EDX). It is used to //! securely store chain metadata. //! //! It uses the AES256-GCM algorithm in order to encrypt its values and the