witnet / elliptic-curve-solidity

Elliptic Curve arithmetic operations written in Solidity
MIT License
168 stars 41 forks source link

Implement generic scalar decomposition as generic method #4

Closed girazoki closed 5 years ago

girazoki commented 5 years ago

The goal is to replicate the algorithm assessed and implemented in https://github.com/witnet/research/issues/55 in solidity.

mariocao commented 5 years ago

duplicated by #7