1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-12-11 16:49:41 +01:00
tgseclib/phpseclib/Crypt
Andreas Fischer 3b33941d3d Merge pull request #813 from bantu/hash-rewrite
[master] More work on Hash.php

* bantu/hash-rewrite:
  Hash: Cover remaining uncovered line.
  Hash: Update incorrect documentation, use max line length 80.
  Hash: Remove constructor return value documentation.
  Hash: Do not assign false to length property. It's documented as an int.
  Hash: Rename properly l to length.
  Slightly rework of HashTest.php.
2015-09-14 22:47:37 +02:00
..
AES.php Fixed lots of phpdoc typos 2015-09-02 00:44:55 +01:00
Base.php Merge branch '2.0' 2015-09-14 01:27:11 +02:00
Blowfish.php Merge branch '1.0' into 2.0 2015-09-14 01:27:04 +02:00
DES.php Fixed lots of phpdoc typos 2015-09-02 00:44:55 +01:00
Hash.php Hash: Update incorrect documentation, use max line length 80. 2015-09-14 01:34:20 +02:00
Random.php Merge branch '2.0' 2015-09-14 01:30:54 +02:00
RC2.php Merge branch '1.0' into 2.0 2015-09-14 01:27:04 +02:00
RC4.php Fixed lots of phpdoc typos 2015-09-02 00:44:55 +01:00
Rijndael.php Merge branch '1.0' into 2.0 2015-09-14 01:27:04 +02:00
RSA.php Merge branch '2.0' 2015-09-14 01:27:11 +02:00
TripleDES.php Fixed lots of phpdoc typos 2015-09-02 00:44:55 +01:00
Twofish.php Merge branch '1.0' into 2.0 2015-09-14 01:27:04 +02:00