Skip to main content

compute_hmac

Function compute_hmac 

Source
pub fn compute_hmac(secret: &str, nonce: &str) -> String
Expand description

HMAC-SHA256(secret, nonce), base64-encoded.