pub unsafe extern "C" fn CCDigestGetOutputSize(
algorithm: CCDigestAlgorithm,
) -> usizeExpand description
Provides the digest output size of the digest algorithm. Returns 0 on failure.
pub unsafe extern "C" fn CCDigestGetOutputSize(
algorithm: CCDigestAlgorithm,
) -> usizeProvides the digest output size of the digest algorithm. Returns 0 on failure.