diff options
Diffstat (limited to '')
| -rw-r--r-- | src/unstable/ciphermodecfb.h (renamed from src/experimental/ciphermodecfb.h) | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/experimental/ciphermodecfb.h b/src/unstable/ciphermodecfb.h index 34c682f..1c9c5e9 100644 --- a/src/experimental/ciphermodecfb.h +++ b/src/unstable/ciphermodecfb.h | |||
| @@ -6,6 +6,12 @@ | |||
| 6 | 6 | ||
| 7 | namespace Bu | 7 | namespace Bu |
| 8 | { | 8 | { |
| 9 | /** | ||
| 10 | * Cipher Feedback mode. This is very similar to the Cipher-block chaining | ||
| 11 | * mode, with a slight tweak (Bu::CipherModeCbc). Each block is still | ||
| 12 | * dependant on all previous blocks. Any corruption and the entire stream | ||
| 13 | * will be corrupt. | ||
| 14 | */ | ||
| 9 | template<int iBlockSize, typename CipherType> | 15 | template<int iBlockSize, typename CipherType> |
| 10 | class CipherModeCfb : public CipherType | 16 | class CipherModeCfb : public CipherType |
| 11 | { | 17 | { |
