Skip to content

Commit c1f0014

Browse files
committed
README: OFB is now supported
1 parent a7eee16 commit c1f0014

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ composer require phpseclib/mcrypt_compat
4444
- ctr
4545
- ecb
4646
- nofb
47+
- ofb
4748
- stream
4849

49-
Although `nofb` is supported `ofb` is not. Further, mcrypt_compat's `ncfb` implementation has some incompatibles with mcrypt's implementation where `mcrypt_generic` and `mdecrypt_generic` are concerned. The unit tests elaborate.
50+
mcrypt_compat's `ncfb` implementation has some incompatibles with mcrypt's implementation where `mcrypt_generic` and `mdecrypt_generic` are concerned. The unit tests elaborate.

0 commit comments

Comments
 (0)