1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-12-03 18:17:49 +01:00
tgseclib/phpseclib/Crypt/Common
terrafrost d34a911402 SymmetricCiphers: don't cache "hi-optimized code"
Also add a new engine - ENGINE_EVAL. Previously ENGINE_INTERNAL
had three different modes - a "hi-optimized" version, a
"lo-optimized" version and a version that didn't depend on
create_function and there wasn't a way to really isolate these
modes and test them individually.
2016-12-08 09:20:19 -06:00
..
BlockCipher.php Organizational Revamp 2016-07-30 22:18:06 -05:00
PKCS1.php RSA: refactor PKCS1/PKCS8 to facilitate re-use 2016-11-17 08:09:10 -06:00
PKCS8.php ASN1: don't require octet / bit strings be base64-encoded 2016-11-28 20:51:21 -06:00
PKCS.php RSA: refactor PKCS1/PKCS8 to facilitate re-use 2016-11-17 08:09:10 -06:00
StreamCipher.php Organizational Revamp 2016-07-30 22:18:06 -05:00
SymmetricKey.php SymmetricCiphers: don't cache "hi-optimized code" 2016-12-08 09:20:19 -06:00