From 5cd610a07468137066ea4daa5176c3e7045113b0 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 5 Aug 2020 03:38:22 +0200 Subject: ecp moved to root; fixed utils and tests --- ecp/util/util.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ecp/util/util.h (limited to 'ecp/util/util.h') diff --git a/ecp/util/util.h b/ecp/util/util.h new file mode 100644 index 0000000..3d07588 --- /dev/null +++ b/ecp/util/util.h @@ -0,0 +1,5 @@ +int ecp_util_key_save(ECPContext *ctx, ECPDHKey *key, char *filename); +int ecp_util_key_load(ECPContext *ctx, ECPDHKey *key, char *filename); + +int ecp_util_node_save(ECPContext *ctx, ECPNode *node, char *filename); +int ecp_util_node_load(ECPContext *ctx, ECPNode *node, char *filename); \ No newline at end of file -- cgit v1.2.3