aboutsummaryrefslogtreecommitdiff
path: root/src/model/c/src/RSATestBench.c
blob: 423db7d919be585ea5d2f45e1d876795f8f4fa72 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <stdio.h>
#include <stdlib.h>
#include "montgomery_array_test.h"

int main(void) {
	montgomery_array_tests();

	return EXIT_SUCCESS;
}