00001 00006 #ifndef _PKCS1_H 00007 #define _PKCS1_H 00008 00009 #include "beecrypt/beecrypt.h" 00010 00011 #ifdef __cplusplus 00012 extern "C" { 00013 #endif 00014 00020 BEECRYPTAPI 00021 int pkcs1_emsa_encode_digest(hashFunctionContext* ctxt, byte* emdata, size_t emsize); 00022 00023 #ifdef __cplusplus 00024 } 00025 #endif 00026 00027 #endif