-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Convert to php7 * Update Random.php * Update Aes.php * Update Aes.php * Update .travis.yml * Update Str.php * Update Random.php * Update Cryptobase.php * Update Hash.php * Update Hash.php * Update Pkcs7.php * Update Cryptobase.php * Update Pkcs7.php * Update Support.php * Update Otp.php * Update Otp.php * Update Huffman.php * Update Rc4.php * Update AesCtr.php * Delete Mcrypt.php * Delete McryptTest.php * Update Spritz.php * Update README.md * Update README.md * no message * Delete mcryptvectors.json * Delete BlockCiphersGenericTest.php * Update AesTest.php * Update Hash.php * Update Rc4.php * Update Support.php * Update Spritz.php * Update README.md * Update Cryptobase.php * Update Cryptobase.php * Update Hash.php * Update Hash.php * Update load.php * Update load.php * Update Support.php * Update Cryptobase.php
- Loading branch information
Showing
21 changed files
with
64 additions
and
4,388 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,6 @@ language: php | |
dist: precise | ||
|
||
php: | ||
- 5.3 | ||
- 5.4 | ||
- 5.5 | ||
- 5.6 | ||
- 7.0 | ||
- 7.1 | ||
- 7.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,6 @@ | |
'Cryptobase', | ||
'Hash', | ||
'Huffman', | ||
'Mcrypt', | ||
'Aes', | ||
'AesCtr', | ||
'Otp', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
/** | ||
* AesCtr.php | ||
* | ||
* PHP version 5 | ||
* PHP version 7 | ||
* | ||
* @category Dcrypt | ||
* @package Dcrypt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.