pub fn compute_shared_hmac( secret: &[u8], nonce: &[u8], kvs: &Mutations, ) -> [u8; 32]
Compute a client/server HMAC - which proves the client or server initiated this call and no replay occurred.