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 --- code/util/util.h | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 code/util/util.h (limited to 'code/util/util.h') diff --git a/code/util/util.h b/code/util/util.h deleted file mode 100644 index 3d07588..0000000 --- a/code/util/util.h +++ /dev/null @@ -1,5 +0,0 @@ -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