diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-10-04 10:46:05 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-10-04 10:46:05 +0800 |
commit | ad41e793c8dba80e5be7901c9746c2cdc7304f99 (patch) | |
tree | 2681169b2dcdf6aa792803984dfc88b4ad7e38c8 /include | |
parent | 556ceff945d028fbd982c693b6a194b0fc3dc186 (diff) | |
download | dexon-mcl-ad41e793c8dba80e5be7901c9746c2cdc7304f99.tar.gz dexon-mcl-ad41e793c8dba80e5be7901c9746c2cdc7304f99.tar.zst dexon-mcl-ad41e793c8dba80e5be7901c9746c2cdc7304f99.zip |
[she] removed duplicated code
Diffstat (limited to 'include')
-rw-r--r-- | include/mcl/she.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mcl/she.hpp b/include/mcl/she.hpp index 83f4479..0eb751d 100644 --- a/include/mcl/she.hpp +++ b/include/mcl/she.hpp @@ -231,7 +231,6 @@ public: bool QisOdd = I::isOdd(Q); bool xPisOdd = I::isOdd(xP); if (QisOdd ^ xPisOdd ^ neg) return -count; - if (QisOdd ^ xPisOdd ^ neg) return -count; return count; } prev = abs_c; |