pub fn sign(key: &SigningKey, data: &[u8]) -> Result<Signature>
Calculate the HMAC of data using key.
data
key