Function gnunet_sys::GNUNET_CRYPTO_rsa_signature_decode[][src]

pub unsafe extern "C" fn GNUNET_CRYPTO_rsa_signature_decode(
    buf: *const c_void,
    buf_size: usize
) -> *mut GNUNET_CRYPTO_RsaSignature

Decode the signature from the data-format back to the “normal”, internal format.

@param buf the buffer where the public key data is stored @param buf_size the number of bytes of the data in @a buf @return NULL on error