aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/shen_ed25519_ref/ref10CommentedCombined/fe_0.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/shen_ed25519_ref/ref10CommentedCombined/fe_0.c')
-rw-r--r--src/crypto/shen_ed25519_ref/ref10CommentedCombined/fe_0.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/crypto/shen_ed25519_ref/ref10CommentedCombined/fe_0.c b/src/crypto/shen_ed25519_ref/ref10CommentedCombined/fe_0.c
deleted file mode 100644
index ec879d733..000000000
--- a/src/crypto/shen_ed25519_ref/ref10CommentedCombined/fe_0.c
+++ /dev/null
@@ -1,19 +0,0 @@
-#include "fe.h"
-
-/*
-h = 0
-*/
-
-void fe_0(fe h)
-{
- h[0] = 0;
- h[1] = 0;
- h[2] = 0;
- h[3] = 0;
- h[4] = 0;
- h[5] = 0;
- h[6] = 0;
- h[7] = 0;
- h[8] = 0;
- h[9] = 0;
-}