This website works better with JavaScript.
Explore
Home
Sign In
PoS_EVM
/
mcl
Watch
1
Star
0
Fork
You've already forked mcl
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ensure validness of proj code
Browse Source
2merge^2
MITSUNARI Shigeo
4 years ago
parent
20dad03800
commit
9f1a685097
1 changed files
with
2 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
include/mcl/ec.hpp
2
include/mcl/ec.hpp
Unescape
Escape
View File
@ -1232,6 +1232,8 @@ public:
return
;
return
;
}
}
}
}
*
pb
=
isValid
(
)
;
return
;
}
else
{
}
else
{
*
pb
=
false
;
*
pb
=
false
;
return
;
return
;
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
PoS_EVM/mcl
Title
Body
Create Issue