pybitmessage.pyelliptic.hash module

Wrappers for hash functions from OpenSSL.

equals(a, b)[source]

Compare two strings or bytearrays

hmac_sha256(k, m)[source]

Compute the key and the message with HMAC SHA5256

hmac_sha512(k, m)[source]

Compute the key and the message with HMAC SHA512

pbkdf2(password, salt=None, i=10000, keylen=64)[source]

Key derivation function using SHA256