Function gnunet_sys::GNUNET_CRYPTO_rsa_sign_blinded[][src]

pub unsafe extern "C" fn GNUNET_CRYPTO_rsa_sign_blinded(
    key: *const GNUNET_CRYPTO_RsaPrivateKey,
    msg: *const c_void,
    msg_len: usize
) -> *mut GNUNET_CRYPTO_RsaSignature

Sign a blinded value, which must be a full domain hash of a message.

@param key private key to use for the signing @param msg the (blinded) message to sign @param msg_len number of bytes in @a msg to sign @return NULL on error, signature on success