summaryrefslogtreecommitdiff
path: root/ext/hash/php_hash_gost_tables.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace usage of php_hash_uint32 and php_hash_uint64 with uint32_t and uint64_t.Rouven Weßling2016-02-041-2/+2
| | | | Remove the unused php_hash_int32 and php_hash_int64.
* trailing whitespace removalStanislav Malyshev2015-01-101-256/+256
|
* Add support for CryptoPro S-box for GOSTManuel Mausz2013-09-051-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_* typesMichael Wallner2005-11-261-1/+1
| | | | | # ok with everybody?
* - add gost algoMichael Wallner2005-11-251-0/+138
- declare tables static