aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Summermatter <elias.summermatter@seccom.ch>2021-06-16 00:28:57 +0200
committerElias Summermatter <elias.summermatter@seccom.ch>2021-06-16 00:28:57 +0200
commitda66ae0aca4a31437228c9382da78bd6058b1128 (patch)
treec2ddc8957bb9902bcae757fd4f676fde2ac6a998
parent11233d6498fd965b48d58db72c22304541385b85 (diff)
downloadlsd0003-da66ae0aca4a31437228c9382da78bd6058b1128.tar.gz
lsd0003-da66ae0aca4a31437228c9382da78bd6058b1128.zip
Fixed some stuff
-rw-r--r--draft-summermatter-set-union.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/draft-summermatter-set-union.xml b/draft-summermatter-set-union.xml
index 449bb0f..df08f7a 100644
--- a/draft-summermatter-set-union.xml
+++ b/draft-summermatter-set-union.xml
@@ -2853,7 +2853,7 @@ END FUNCTION
2853 not fewer elements have been received than the other peer has committed to 2853 not fewer elements have been received than the other peer has committed to
2854 send at the beginning of the operation. 2854 send at the beginning of the operation.
2855 If the sets differ (the FINAL CHECKSUM field in the <xref target="messages_full_done" format="title" /> 2855 If the sets differ (the FINAL CHECKSUM field in the <xref target="messages_full_done" format="title" />
2856 message does not match to the SHA-512 hash of the local set), the operation has failed and the 2856 message does not match to the SHA-512 hash XOR sum of the local set), the operation has failed and the
2857 reconciliation MUST be aborted. It is a strong indicator 2857 reconciliation MUST be aborted. It is a strong indicator
2858 that something went wrong (eg. some hardware bug). This should never occur! 2858 that something went wrong (eg. some hardware bug). This should never occur!
2859 </t> 2859 </t>
@@ -2975,7 +2975,7 @@ END FUNCTION
2975 the decoding of the IBF is finished or all open demands 2975 the decoding of the IBF is finished or all open demands
2976 have been answered, the operation MUST be terminated. 2976 have been answered, the operation MUST be terminated.
2977 If the sets differ (the FINAL CHECKSUM field in the <xref target="messages_done" format="title" /> 2977 If the sets differ (the FINAL CHECKSUM field in the <xref target="messages_done" format="title" />
2978 message does not match to the SHA-512 hash of the local set), the operation has failed and the 2978 message does not match to the SHA-512 hash XOR sum of the local set), the operation has failed and the
2979 reconciliation MUST be aborted. It is a strong indicator 2979 reconciliation MUST be aborted. It is a strong indicator
2980 that something went wrong (eg. some hardware bug). This should never occur! 2980 that something went wrong (eg. some hardware bug). This should never occur!
2981 </t> 2981 </t>
@@ -3050,7 +3050,7 @@ END FUNCTION
3050 originally committed to transmitting, 3050 originally committed to transmitting,
3051 otherwise the operation MUST be terminated. 3051 otherwise the operation MUST be terminated.
3052 If the sets differ (the FINAL CHECKSUM field in the <xref target="messages_full_done" format="title" /> 3052 If the sets differ (the FINAL CHECKSUM field in the <xref target="messages_full_done" format="title" />
3053 message does not match to the SHA-512 hash of the local set), the operation has failed and the 3053 message does not match to the SHA-512 hash XOR sum of the local set), the operation has failed and the
3054 reconciliation MUST be aborted. It is a strong indicator 3054 reconciliation MUST be aborted. It is a strong indicator
3055 that something went wrong (eg. some hardware bug). This should never occur! 3055 that something went wrong (eg. some hardware bug). This should never occur!
3056 </t> 3056 </t>