Overview
>
klyn.cryptography
>
Hmac
>
Hmac
Overview
Index
Tree
Deprecated
klyn.cryptography.Hmac.Hmac
constructor
public Hmac() throws CryptoException:
Description
Creates an HMAC using `SHA256`.
import klyn.cryptography mac = Hmac() print(mac.algorithm)