diff options
| author | J08nY | 2017-02-05 03:59:52 +0100 |
|---|---|---|
| committer | J08nY | 2017-02-05 03:59:52 +0100 |
| commit | 763fc80153c5e9287f1b0f0609b11fb4f50c90ab (patch) | |
| tree | 5cd6e7acc4512cca65bcc16a74f3b63879b2d3bc /src/output.h | |
| parent | 3d9bf583ccc5eea61c5f78f52d1e2073daee924c (diff) | |
| download | ecgen-0.2.0.tar.gz ecgen-0.2.0.tar.zst ecgen-0.2.0.zip | |
Diffstat (limited to 'src/output.h')
| -rw-r--r-- | src/output.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/output.h b/src/output.h new file mode 100644 index 0000000..f3632a1 --- /dev/null +++ b/src/output.h @@ -0,0 +1,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 |
