Closed
Description
See rust-lang/rust/#28096.
There are some casts like digest.len() as libc::size_t
that are potentially truncating and thus unsafe. At the same time, the comments in the code questioning the safety of such casts need to be removed.
This will have to wait for a higher-versioned released of the libc crate with rust-lang/rust#28096 merged into it.