aboutsummaryrefslogtreecommitdiffstats
path: root/sample/bench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sample/bench.cpp')
-rw-r--r--sample/bench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/bench.cpp b/sample/bench.cpp
index 14997f8..4e43020 100644
--- a/sample/bench.cpp
+++ b/sample/bench.cpp
@@ -173,7 +173,7 @@ void benchFromStr16()
Fp x;
const size_t N = 64;
mcl::fp::Unit buf[N];
- CYBOZU_BENCH("fp:fromStr16", mcl::fp::fromStr16, buf, N, str.c_str(), str.size());
+ CYBOZU_BENCH("fp:hexToArray", mcl::fp::hexToArray, buf, N, str.c_str(), str.size());
mpz_class y;
CYBOZU_BENCH("gmp:setStr ", mcl::gmp::setStr, y, str, 16);