Function alpm_sys::alpm_pkg_get_sha256sum
source · pub unsafe extern "C" fn alpm_pkg_get_sha256sum(
pkg: *mut alpm_pkg_t
) -> *const c_char
Expand description
Returns the package’s SHA256 checksum as a string. The returned string is a sequence of 64 lowercase hexadecimal digits. @param pkg a pointer to package @return a reference to an internal string