#include "beecrypt/beecrypt.h"
Go to the source code of this file.
Functions | |
BEECRYPTAPI int | pkcs1_emsa_encode_digest (hashFunctionContext *ctxt, byte *emdata, size_t emsize) |
This function computes the digest, and encodes it it according to PKCS#1 for signing. |
BEECRYPTAPI int pkcs1_emsa_encode_digest | ( | hashFunctionContext * | ctxt, | |
byte * | emdata, | |||
size_t | emsize | |||
) |
This function computes the digest, and encodes it it according to PKCS#1 for signing.
ctxt | The hash function context | |
emdata | ||
emsize |