rsaencode.h 237 Bytes
Newer Older
DESKTOP-KCR0QC9\28422 committed
1 2 3 4 5 6 7 8 9 10 11 12 13
//
// Created by MyPC on 2021/4/17.
//

#ifndef MYTESTACC_RSAENCODE_H
#define MYTESTACC_RSAENCODE_H

#include "string.h"

void testWriteRSA2PEM();
void rsa_Encoder_Base64(char *src,int src_len,char**out);

#endif //MYTESTACC_RSAENCODE_H