Recently @liorgold published a cairo-examples/secp at master · starkware-libs/cairo-examples · GitHub which introduces support to the ECDSA signature verification over the secp256k1 elliptic curve. I am trying to use the code but I am still strugling with what should be the way to transform the public key into an EcPoint and r, s into BigInt3
Can someone give me an example of how to transform this?
@bbrandtom My question is not on how to use the code but rather on how to prepare the data and transform the public key into an EcPoint and the r,s into BigInt3.