Function py_hmac_signature

Source
pub fn py_hmac_signature(secret: &str, data: &str) -> PyResult<String>
Expand description

HMAC-SHA256 signature of data using the provided secret.

§Errors

This function never returns an error.