Rouven Weßling
|
7e0459e7ce
|
Replace usage of php_hash_uint32 and php_hash_uint64 with uint32_t and uint64_t.
Remove the unused php_hash_int32 and php_hash_int64.
|
2016-02-04 11:57:41 +01:00 |
|
Stanislav Malyshev
|
b7a7b1a624
|
trailing whitespace removal
|
2015-01-10 15:07:38 -08:00 |
|
Manuel Mausz
|
8ca43527e8
|
Add support for CryptoPro S-box for GOST
This adds a new hash identifier "gost-crypto" which uses the CryptoPro
S-box tables as specified by RFC 4357, section 11.2.
|
2013-09-05 01:04:25 +02:00 |
|
Michael Wallner
|
a278e9a74d
|
- use php_hash_* types
# ok with everybody?
|
2005-11-26 13:15:06 +00:00 |
|
Michael Wallner
|
7a9fcb329f
|
- add gost algo
- declare tables static
|
2005-11-25 16:12:30 +00:00 |
|