NAME

EVP_PKEY_CTX_set_paillier_keygen_bits, EVP_PKEY_CTX_get_paillier_keygen_bits - Paillier EVP_PKEY ctrls

SYNOPSIS

 #include <openssl/paillier.h>
 
 int EVP_PKEY_CTX_set_paillier_keygen_bits(EVP_PKEY_CTX *ctx, int nbits);
 int EVP_PKEY_CTX_get_paillier_keygen_bits(EVP_PKEY_CTX *ctx);

DESCRIPTION

Applications should use the higher level functions RETURN VALUES

sm3_init(), sm3_update(), sm3_final(), sm3_compress() and sm3() return void.

CONFORMING TO

GM/T 0004-2012 SM3 Cryptogrpahic Hash Algorithm.

SEE ALSO

COPYRIGHT

Copyright 2014-2019 The GmSSL Project. All Rights Reserved.

Licensed under the GmSSL license (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at http://gmssl.org/license.html.