Skip to content

Commit

Permalink
1.0 branch didn't fully support cfb mode
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Aug 2, 2018
1 parent 2f08f6b commit 7f9f0f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mcrypt.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ function phpseclib_mcrypt_module_open($algorithm, $algorithm_directory, $mode, $
'ctr' => Base::MODE_CTR,
'ecb' => Base::MODE_ECB,
'cbc' => Base::MODE_CBC,
'cfb' => Base::MODE_CFB8,
'ncfb'=> Base::MODE_CFB,
'nofb'=> Base::MODE_OFB,
'stream' => Base::MODE_STREAM
Expand Down

0 comments on commit 7f9f0f5

Please sign in to comment.