aboutsummaryrefslogtreecommitdiff
path: root/src/cm/cm.c
blob: 71e720c935367a3be2ad697aede4ebe5c6d05b51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/*
 * ecgen, tool for generating Elliptic curve domain parameters
 * Copyright (C) 2017 J08nY
 */
#include "cm.h"
#include "io/output.h"

int cm_do(config_t *cfg) {
	debug("# Starting Complex Multiplication method\n");
	return INT_MIN;
}