Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding "arc" as a hash prefix for ARC messages #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dev/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ below specifies each prefix (in quotation marks):
- "PS": A _Proposer Seed_.
- "VO": A _Vote_.
- In other places:
- "arc": Prefix for ARCs-related hashes https://github.com/algorandfoundation/ARCs. The prefix for ARC-XXXX should start with "arcXXXX" (where "XXXX" is the 0-padded number of the ARC). For example ARC-0003 can use any prefix starting with "arc0003".
- "MX": An arbitrary message used to prove ownership of a
cryptographic secret.
- "NPR": A message which proves a peer's stake in an Algorand
Expand Down Expand Up @@ -491,4 +492,4 @@ if:
[deterministic-falcon]: https://github.com/algorandfoundation/specs/blob/master/dev/cryptographic-specs/falcon-deterministic.pdf
[vector-commitment]: https://github.com/algorandfoundation/specs/blob/master/dev/cryptographic-specs/merkle-vc-full.pdf
[compactcert]: https://eprint.iacr.org/archive/2020/1568/20210330:194331
[weight-threshold]: https://github.com/algorandfoundation/specs/blob/master/dev/cryptographic-specs/weight-thresh.pdf
[weight-threshold]: https://github.com/algorandfoundation/specs/blob/master/dev/cryptographic-specs/weight-thresh.pdf