Skip to content

Commit

Permalink
[#217] container: Add homomorphic hashing well-known attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
  • Loading branch information
carpawell authored and realloc committed May 30, 2022
1 parent 869fb64 commit 64ab86a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions container/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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:
//
Expand Down

0 comments on commit 64ab86a

Please sign in to comment.