Function gnunet_sys::GNUNET_CRYPTO_paillier_create[][src]

pub unsafe extern "C" fn GNUNET_CRYPTO_paillier_create(
    public_key: *mut GNUNET_CRYPTO_PaillierPublicKey,
    private_key: *mut GNUNET_CRYPTO_PaillierPrivateKey
)

Create a freshly generated paillier public key.

@param[out] public_key Where to store the public key? @param[out] private_key Where to store the private key?