Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored and TimDaub committed Oct 22, 2024
1 parent 3622798 commit 40f4fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Considerations
Rationale
.........

- We use "canonicalize" and "cbor-x" because of subsequent historical decisions and because they both refer to complex but canonical RFCs that we hope are good enough to allow someone to re-implment the Kiwi News Protocol in another programming language.
- We use "canonicalize" and "cbor-x" because of subsequent historical decisions and because they both refer to complex but canonical RFCs that we hope are good enough to allow someone to re-implement the Kiwi News Protocol in another programming language.
- We use "canonicalize" because "cbor-x" isn't canonicalizing a JSON object by itself.
- We use keccak-256 to be compatible with the Ethereum ecosystem.
- We prefix the message hash with a hexa-decimal UNIX timestamp to create a lexographic total order.
Expand Down

0 comments on commit 40f4fee

Please sign in to comment.