From 081556abc24ee0ad86b153f43a835e48f091ca8a Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 13 Nov 2009 16:57:41 +0000 Subject: [PATCH] CFB/OFB 8bit (bug #50082) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290675 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mcrypt/book.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/mcrypt/book.xml b/reference/mcrypt/book.xml index 7929943e70..5e8e0568e6 100644 --- a/reference/mcrypt/book.xml +++ b/reference/mcrypt/book.xml @@ -15,6 +15,7 @@ (default), 3-WAY, SAFER-SK64, SAFER-SK128, TWOFISH, TEA, RC2 and GOST in CBC, OFB, CFB and ECB cipher modes. Additionally, it supports RC6 and IDEA which are considered "non-free". + CFB/OFB are 8bit by default.