You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should compile it to a binary form and then read it in efficiently at compile time. We will probably need const_looping as mentioned in #3 (which will be stabilised soon I think).
The text was updated successfully, but these errors were encountered:
Right now we compile the multiplication tables into rust code as in the original parity code:
https://github.com/LLFourn/secp256kfun/blob/master/secp256kfun/build.rs#L41
We should compile it to a binary form and then read it in efficiently at compile time. We will probably need
const_looping
as mentioned in #3 (which will be stabilised soon I think).The text was updated successfully, but these errors were encountered: