constant OPENID_SHA1_BLOCKSIZE
Same name and namespace in other branches
- 6.x drupal-6.x/modules/openid/openid.inc \OPENID_SHA1_BLOCKSIZE
SHA-1 hash block size; used for Diffie-Hellman key exchange computations.
Archivo
- drupal-7.x/
modules/ openid/ openid.inc, line 30 - OpenID utility functions.
Código
define('OPENID_SHA1_BLOCKSIZE', 64)