From a4a37ffd026600e91081c4c4d641b6cc4e67d594 Mon Sep 17 00:00:00 2001 From: toktar Date: Tue, 27 Feb 2024 18:36:38 +0300 Subject: [PATCH] Update did-methods.md Signed-off-by: toktar --- docs/design/did-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/did-methods.md b/docs/design/did-methods.md index 0db11abf..9aa9c428 100644 --- a/docs/design/did-methods.md +++ b/docs/design/did-methods.md @@ -137,7 +137,7 @@ remaining in the DID URL for a Cred Def in future versions of the `did:indybesu` ## Security Considerations -Hyperledger Indy is a public, permissioned distributed ledger that uses ЙBFT to establish a consensus between upfront well-authenticated nodes. The security mechanisms by Hyperledger Indy Besu and Hyperledger Besu guarantee the correct processing of requests and transactions according to the rules, which are themselves part of the consensus on the ledger. In particular, this enables the creation and update of schemas, credential definitions and DIDs by their owners by authenticating with the corresponding public keys stored on the ledger. +Hyperledger Indy is a public, permissioned distributed ledger that uses QBFT to establish a consensus between upfront well-authenticated nodes. The security mechanisms by Hyperledger Indy Besu and Hyperledger Besu guarantee the correct processing of requests and transactions according to the rules, which are themselves part of the consensus on the ledger. In particular, this enables the creation and update of schemas, credential definitions and DIDs by their owners by authenticating with the corresponding public keys stored on the ledger. //todo