aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/tangerine-network/mcl/src/bn_c384_256.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/tangerine-network/mcl/src/bn_c384_256.cpp')
-rw-r--r--vendor/github.com/tangerine-network/mcl/src/bn_c384_256.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/tangerine-network/mcl/src/bn_c384_256.cpp b/vendor/github.com/tangerine-network/mcl/src/bn_c384_256.cpp
new file mode 100644
index 000000000..ecd968efd
--- /dev/null
+++ b/vendor/github.com/tangerine-network/mcl/src/bn_c384_256.cpp
@@ -0,0 +1,7 @@
+/*
+ implementation of mclBn_* apis
+*/
+#define MCLBN_FP_UNIT_SIZE 6
+#define MCLBN_FR_UNIT_SIZE 4
+#include "mcl/impl/bn_c_impl.hpp"
+