我正在尝试在Rust中创建一个函数,该函数将返回HMAC-SHA256摘要。 ... extern crate ring; use ring::{digest, test}; pub fn hmac(k: Vec<u8>, mut m: Vec<u8>) ...
確定! 回上一頁