#include <string.h>
#include <stdio.h>
#include "xyssl/rsa.h"
#include "xyssl/sha1.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Definition at line 31 of file rsa_verify.c.
References buf, rsa_context::E, f, rsa_context::len, mpi_msb(), mpi_read_file(), rsa_context::N, rsa_init(), rsa_pkcs1_verify(), RSA_PKCS_V15, RSA_PUBLIC, RSA_SHA1, and sha1_file().