Skip to content

Commit

Permalink
chore: grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
h5law committed Dec 22, 2023
1 parent dfc11e5 commit 4a984b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/SMT.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,8 @@ This method guarantees a proof of inclusion in all cases and can be verified by
using the `VerifyClosestProof` function which requires the proof and root hash
of the trie.

As the `ClosestProof` method takes a hash as input it is possible to place a
leaf in the trie according to the hash's path if it is known. Depending on
Since the `ClosestProof` method takes a hash as input, it is possible to place a
leaf in the trie according to the hash's path, if it is known. Depending on
the use case of this function this may expose a vulnerability. _It is not
intendend to be used as a general purpose proof mechanism_. Given two parties:
the prover and the verifier, the verifier should supply the prover with a hash
Expand Down

0 comments on commit 4a984b1

Please sign in to comment.