mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-11 19:06:27 +08:00
18 lines
326 B
C
Executable File
18 lines
326 B
C
Executable File
#ifndef _TEST_H_
|
|
#define _TEST_H_
|
|
|
|
|
|
extern int initDomainParameters(int argc, char** argv);
|
|
extern int testFieldArithmetic();
|
|
extern int testPointArithmetic();
|
|
extern int testAES();
|
|
extern int testKernelEc2m();
|
|
extern int testMisc();
|
|
extern int testEC2M();
|
|
extern int benchmark_cycles();
|
|
|
|
extern int benchmark_EC2();
|
|
|
|
|
|
#endif
|