Function gnunet_sys::GNUNET_CRYPTO_rsa_private_key_decode[][src]

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

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

@param buf the buffer where the private key data is stored @param buf_size the size of the data in @a buf @return NULL on error