pub unsafe extern "C" fn svn_base64_from_md5(
digest: *mut c_uchar,
pool: *mut apr_pool_t,
) -> *mut svn_stringbuf_tExpand description
Return a base64-encoded checksum for finalized @a digest.
@a digest contains @c APR_MD5_DIGESTSIZE bytes of finalized data. Allocate the returned checksum in @a pool.
@deprecated Provided for backward compatibility with the 1.5 API.