From 64ab86a1ff63c56af0de4b74a17d5a4fbc2dcacd Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Fri, 27 May 2022 14:45:24 +0300 Subject: [PATCH] [#217] container: Add homomorphic hashing well-known attribute Signed-off-by: Pavel Karpy --- container/types.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/container/types.proto b/container/types.proto index a0e70e3..a710a4b 100644 --- a/container/types.proto +++ b/container/types.proto @@ -46,6 +46,12 @@ message Container { // * __NEOFS__ZONE \ // String of a zone for `__NEOFS__NAME`. Used as a TLD of a domain name in NNS // contract. If no zone is specified, use default zone: `container`. + // * __NEOFS__DISABLE_HOMOMORPHIC_HASHING \ + // Disables homomorphic hashing for the container if the value equals "true" string. + // Any other values are interpreted as missing attribute. Container could be + // accepted in a NeoFS network only if the global network hashing configuration + // value corresponds with that attribute's value. After container inclusion, network + // setting is ignored. // // And some well-known attributes used by applications only: //