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
The quickest route might be using OpenSSL's ECDSA verify routine, since OpenSSL is already a dependency. Unfortunately OpenSSL requires dynamic allocations to function. It is unclear whether our OpenSSL verify routine is identical to the one Solana Labs would use. The testing by Bunkr-2FA (linked above) was not yet proven to be exhaustive.
Solana Labs merged an improvement proposal which adds a native program, the secp256r1 Weierstrass curve, and the ECDSA verify routine (SEC 1).
This issue serves to keep track. It is unclear whether Firedancer is going to implement this proposal.
Resources:
As always, a considerable amount of effort would go into compatibility testing targeting:
The text was updated successfully, but these errors were encountered: