Function mio_httpc::hash

source ·
pub fn hash(_algo: HashType, _data: &[u8]) -> Vec<u8>
Expand description

Make use of the TLS implementation’s crypto hashing functions. Not picking any TLS implementation as a feature means hash will not work also and will always return an empty vec.