nautilus_adapters::crypto::python::signing

Function py_hmac_sign

source
pub fn py_hmac_sign(secret: &str, data: &str) -> PyResult<String>