[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] trivial typo
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:
trivial typo
Index: minion-spec.txt
===================================================================
RCS file: /home/minion/cvsroot/doc/spec/minion-spec.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- minion-spec.txt 6 Oct 2003 18:52:08 -0000 1.16
+++ minion-spec.txt 6 Oct 2003 19:01:01 -0000 1.17
@@ -373,7 +373,7 @@
M with our stream cipher, using key K. (Encrypt(Encrypt(M)) = M.)
- SubKey(K,S) - Derivation of a named sub key, using a master key K
- (Len(K) = 16) and an aribrary length ASCII String.
+ (Len(K) = 16) and an arbitrary length ASCII String.
(Len(SubKey(K,S)) = 16)
SubKey(K,S) = Hash(K | S)[0:16]