rdubois-crypto / FreshCryptoLib

Cryptographic Primitives for Blockchain Systems (solidity, cairo, C and rust)
MIT License
121 stars 22 forks source link

Fix Other Occurences of Inlined EC Dbl #58

Closed nlordell closed 6 months ago

nlordell commented 6 months ago

This is a follow up to https://github.com/rdubois-crypto/FreshCryptoLib/pull/52

This fixes other occurrences of the issue in the inlined EC double algorithm that was fixed in the aforementioned PR.

It appears that these branches aren't tested. I can look into adding some tests for these branches if you think it is worth the time.

rdubois-crypto commented 6 months ago

This fix https://github.com/rdubois-crypto/FreshCryptoLib/issues/57 thx.

Yes additional tests are definitively worthy !