Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace usage of php_hash_uint32 and php_hash_uint64 with uint32_t and uint64_t. | Rouven Weßling | 2016-02-04 | 1 | -2/+2 |
| | | | | Remove the unused php_hash_int32 and php_hash_int64. | ||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -256/+256 |
| | |||||
* | Add support for CryptoPro S-box for GOST | Manuel Mausz | 2013-09-05 | 1 | -1/+140 |
| | | | | | This adds a new hash identifier "gost-crypto" which uses the CryptoPro S-box tables as specified by RFC 4357, section 11.2. | ||||
* | - use php_hash_* types | Michael Wallner | 2005-11-26 | 1 | -1/+1 |
| | | | | | # ok with everybody? | ||||
* | - add gost algo | Michael Wallner | 2005-11-25 | 1 | -0/+138 |
- declare tables static |