witnet / elliptic-curve-solidity

Elliptic Curve arithmetic operations written in Solidity
MIT License
166 stars 40 forks source link

Comment specification mismatch #25

Closed mariocao closed 4 years ago

mariocao commented 4 years ago

Red4Sec issue 16

Elliptic-curve-solidity\contracts\EllipticCurve.sol:299-301 - The logic specified in the comment does not match the implementation of the code.

Elliptic-curve-solidity\contracts\FastEcMul.sol:251-252 - variable _length not described in comments.