#include <string.h>
#include <stdio.h>
#include "xyssl/rsa.h"
#include "xyssl/sha1.h"
Go to the source code of this file.
Defines | |
#define | _CRT_SECURE_NO_DEPRECATE 1 |
Functions | |
int | main (int argc, char *argv[]) |
#define _CRT_SECURE_NO_DEPRECATE 1 |
Definition at line 22 of file rsa_sign.c.
Definition at line 31 of file rsa_sign.c.
References f, rsa_context::len, rsa_pkcs1_sign(), rsa_read_private(), RSA_SHA1, and sha1_file().