aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-06-12 09:45:19 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-06-12 09:45:19 +0800
commitd51a6698f4f4d709e2daeb9ee05270a0bf3178bf (patch)
tree4eb32dc9ff77ae504a39bef27deedb92ec3b0be1 /src
parentaab87af960acaf354a1c6b10726b6705904f3e2d (diff)
downloadtangerine-mcl-d51a6698f4f4d709e2daeb9ee05270a0bf3178bf.tar.gz
tangerine-mcl-d51a6698f4f4d709e2daeb9ee05270a0bf3178bf.tar.zst
tangerine-mcl-d51a6698f4f4d709e2daeb9ee05270a0bf3178bf.zip
add mclBnG1_mulCT
Diffstat (limited to 'src')
-rw-r--r--src/bn_c_impl.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bn_c_impl.hpp b/src/bn_c_impl.hpp
index cdce2ef..5262cbe 100644
--- a/src/bn_c_impl.hpp
+++ b/src/bn_c_impl.hpp
@@ -337,6 +337,10 @@ void mclBnG1_mul(mclBnG1 *z, const mclBnG1 *x, const mclBnFr *y)
{
G1::mul(*cast(z),*cast(x), *cast(y));
}
+void mclBnG1_mulCT(mclBnG1 *z, const mclBnG1 *x, const mclBnFr *y)
+{
+ G1::mulCT(*cast(z),*cast(x), *cast(y));
+}
////////////////////////////////////////////////
// set zero