A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

rsa/rsa.c

Committer:
andrewboyson
Date:
2019-09-26
Revision:
12:2c342345b3db
Child:
14:03a0b8fd6ddc

File content as of revision 12:2c342345b3db:

#include "rsa.h"

void RsaInit()
{
    RsaSlowInit();
    RsaFastInit();
}

void RsaMain()
{
    RsaSlowMain();
    RsaFastMain();
}