|
|
|
|
|
by rssoconnor
174 days ago
|
|
Let me know when AI can create functions for the secp256k1 library that adds a point in jacobian coordinates to another point in jacobian coordinates, both in variable time and in constant time. i.e. add functions void secp256k1_gej_add_gej(secp256k1_gej *r, const secp256k1_gej *a, const secp256k1_gej *b);
and void secp256k1_gej_add_gej_var(secp256k1_gej *r, const secp256k1_gej *a, const secp256k1_gej *b);
As with the other functions in the library the parameters r and a are allowed to alias. |
|
But neither can most humans.
I admit to being surprised at what it actually can do, pretty much all by itself.
https://arstechnica.com/ai/2025/12/the-ars-technica-ai-codin...