[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] fix a bug weasel spotted: pseudocode was right, english...
Update of /home/minion/cvsroot/doc/spec
In directory moria.mit.edu:/home2/arma/work/minion/doc/spec
Modified Files:
minion-spec.txt
Log Message:
fix a bug weasel spotted: pseudocode was right, english was wrong
Index: minion-spec.txt
===================================================================
RCS file: /home/minion/cvsroot/doc/spec/minion-spec.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- minion-spec.txt 4 Sep 2003 16:14:02 -0000 1.12
+++ minion-spec.txt 1 Oct 2003 00:29:57 -0000 1.13
@@ -742,9 +742,9 @@
so that the recipient only needs to use SPRP_Encrypt steps to
retrieve the payload.]
- Next, the sender SPRP_Encrypts the payload with a hash of the
- second header, then SPRP_Encrypts the header with a hash of the
- second payload. This step (which the SWAP operation will reverse)
+ Next, the sender SPRP_Encrypts the second header with a hash of the
+ payload, then SPRP_Encrypts the payload with a hash of the encrypted
+ second header. This step (which the SWAP operation will reverse)
makes the second header and the payload unreconstructable if
either is damaged.