summaryrefslogtreecommitdiff
path: root/ext/hash/php_hash.h
diff options
context:
space:
mode:
authorManuel Mausz <manuel@mausz.at>2013-09-05 01:04:25 +0200
committerManuel Mausz <manuel@mausz.at>2013-09-05 01:04:25 +0200
commit8ca43527e8b7e076779560f1472518bd1fe4d6ca (patch)
treeae043c21b65727cd2c89f9f49e7a68649847025b /ext/hash/php_hash.h
parent6ece5503942a1d8c4a78504161f9466e9e14fed2 (diff)
downloadphp-git-8ca43527e8b7e076779560f1472518bd1fe4d6ca.tar.gz
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.
Diffstat (limited to 'ext/hash/php_hash.h')
-rw-r--r--ext/hash/php_hash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/hash/php_hash.h b/ext/hash/php_hash.h
index 3f5e7ced3a..e92572216a 100644
--- a/ext/hash/php_hash.h
+++ b/ext/hash/php_hash.h
@@ -80,6 +80,7 @@ extern const php_hash_ops php_hash_4tiger160_ops;
extern const php_hash_ops php_hash_4tiger192_ops;
extern const php_hash_ops php_hash_snefru_ops;
extern const php_hash_ops php_hash_gost_ops;
+extern const php_hash_ops php_hash_gost_crypto_ops;
extern const php_hash_ops php_hash_adler32_ops;
extern const php_hash_ops php_hash_crc32_ops;
extern const php_hash_ops php_hash_crc32b_ops;