- indexing
- title: "Stream chiper: encoding and decoding are the same"
- project: "Security library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: security
deferred class STREAM_CIPHER
- inherit
-
CIPHER
-
- rename
-
decrypt
as encrypt
- end
end -- class STREAM_CIPHER