X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/60e610683d41eabf00322525cce59d00ebfc9eba..3e248c3b5b309bc03eb5f70762d3f5671d51f996:/README.cipher diff --git a/README.cipher b/README.cipher index 3c22519..b4a3f56 100644 --- a/README.cipher +++ b/README.cipher @@ -10,7 +10,7 @@ Block cipher interface There are a number of block ciphers implemented, all with extremely similar interfaces. However, block ciphers aren't actually at all pleasant to use directly. They're really - intended to be used only by higher-level `modes'. + intended to be used only by higher-level `modes'. Anyway, I'll take Bruce Schneier's Blowfish as an example. @@ -47,11 +47,11 @@ Block cipher interface The `type' Simply N if specific macros for handling blocks of the appropriate width have been written, or X if the macros should use a loop instead. - + The `endianness' Either `B' for big-endian, or `L' for little- endian. - + The `width' The cipher's block size in bits. This simple interface is thoroughly inconvenient for general @@ -350,8 +350,7 @@ Generic cipher interfaces generic cipher class is called simply `rc4'. --- -[mdw] +-- [mdw] Local variables: