Function gnunet_sys::GNUNET_CRYPTO_hash_to_enc[][src]

pub unsafe extern "C" fn GNUNET_CRYPTO_hash_to_enc(
    block: *const GNUNET_HashCode,
    result: *mut GNUNET_CRYPTO_HashAsciiEncoded
)

@ingroup hash Convert hash to ASCII encoding. @param block the hash code @param result where to store the encoding (struct GNUNET_CRYPTO_HashAsciiEncoded can be safely cast to char*, a ‘\0’ termination is set).