[][src]Function alpm_sys_fork::alpm_pkg_get_sha256sum

pub unsafe extern "C" fn alpm_pkg_get_sha256sum(
    pkg: *mut alpm_pkg_t
) -> *const c_char

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