summaryrefslogtreecommitdiff
path: root/src/output.h
blob: f3632a1ac816de43f7422154fe54de993b417e00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * ecgen, tool for generating Elliptic curve domain parameters
 * Copyright (C) 2017 J08nY
 */
#ifndef ECGEN_OUTPUT_H
#define ECGEN_OUTPUT_H

#include "gp.h"

void output_csv(FILE *out, char delim, char format, GEN vector);

#endif //ECGEN_OUTPUT_H