aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2019-02-04 09:49:15 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2019-02-04 09:49:15 +0800
commit5c91aa450fc3403658e00ef060559c62f2b235ce (patch)
tree0a42c0d42e1852036466b7fd8e8b0a03f1087879
parent72f34ed92d25f1690a0f4e636d22fecb4ff539b7 (diff)
downloaddexon-mcl-5c91aa450fc3403658e00ef060559c62f2b235ce.tar.gz
dexon-mcl-5c91aa450fc3403658e00ef060559c62f2b235ce.tar.zst
dexon-mcl-5c91aa450fc3403658e00ef060559c62f2b235ce.zip
fix typo
-rw-r--r--include/mcl/op.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mcl/op.hpp b/include/mcl/op.hpp
index ee80c0b..347b02f 100644
--- a/include/mcl/op.hpp
+++ b/include/mcl/op.hpp
@@ -59,7 +59,7 @@ namespace mcl {
IoArray
array of Unit(fixed size = Fp::getByteSize())
IoArrayRaw
- array of Unit(fixed size = Fp::getByteSize()) without Montgomery convresion
+ array of Unit(fixed size = Fp::getByteSize()) without Montgomery conversion
// for Ec::setIoMode()
IoEcAffine(default)