Functionsยง
- encode
- Encode a message using secret with HMAC-SHA256 encryption
- encode_
bytes - Encode a message using secret with HMAC-SHA256 encryption
- get_
sha256_ hmac_ as_ hex_ str - [Deprecated] Encode msg using secret return hex string
This is just alias of
encode
for backward compatibility