From 40f4fee6cf7e663380a7b279ca94e958575132a4 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:56:50 +0200 Subject: [PATCH] fix typo --- docs/source/protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/protocol.rst b/docs/source/protocol.rst index 1fb6ec3b..e86b4ea3 100644 --- a/docs/source/protocol.rst +++ b/docs/source/protocol.rst @@ -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.