Skip to content

Commit

Permalink
docs: clarified nonce field.
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Sep 23, 2024
1 parent 1ed7199 commit 4f89b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Anoma/Resource/Types.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ axiom Quantity : Type;
axiom NullifierKeyCommitment : Type;

--- A fixed-size data type encoding a number to be used once ensuring that the resource commitment is unique.
--- NOTE: A pseudo-random number having an at most negligible chance of repeating is sufficient.
--- NOTE: This should be a number having an at most negligible chance of repeating is sufficient, e.g., a pseudo-random number.
axiom Nonce : Type;

--- A fixed-size data type encoding a randomness seed.
Expand Down

0 comments on commit 4f89b7b

Please sign in to comment.