1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-11-27 04:34:45 +01:00
tgseclib/phpseclib/Crypt
2018-12-02 14:28:14 -06:00
..
Common SymmetricKey: throw an exception when en/de-crypting w/o a key 2018-12-02 12:01:56 -06:00
DSA add ECDSA / EdDSA support 2018-11-19 12:39:21 -06:00
ECDSA add ECDSA / EdDSA support 2018-11-19 12:39:21 -06:00
RSA/Keys add ECDSA / EdDSA support 2018-11-19 12:39:21 -06:00
AES.php SymmetricKey: use static::class instead of getClassContext() method 2017-06-28 07:34:51 -05:00
Blowfish.php Blowfish: make sboxes static 2018-12-02 12:42:53 -06:00
DES.php DES: make sboxes static 2018-12-02 13:59:42 -06:00
DSA.php throw exceptions when signing / verification is attempted w/o a key 2018-12-02 07:17:17 -06:00
ECDSA.php throw exceptions when signing / verification is attempted w/o a key 2018-12-02 07:17:17 -06:00
Hash.php Hash: use hash method for sha3 when available 2018-10-13 07:48:47 -05:00
Random.php Misc. trivial typos 2018-03-03 07:07:14 -05:00
RC2.php RC2: make pitable / invpitable tables static 2018-12-02 14:13:08 -06:00
RC4.php revisions to rrran's PHPDoc changes 2017-11-05 14:35:27 -06:00
Rijndael.php AES: fix issue preventing ECB mode from decrypting 2018-02-21 08:26:52 -06:00
RSA.php add ECDSA / EdDSA support 2018-11-19 12:39:21 -06:00
TripleDES.php SymmetricKey: isValidKey took ints instead of strings 2017-08-07 23:57:02 -05:00
Twofish.php Twofish: make tables static 2018-12-02 14:28:14 -06:00