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
Resolves#13
This PR replaces the usage of `schnorr_fun` and `secp256kfun` with
`k256` (which is native in CosmWasm) for implementing the adaptor
signature verification. This gets rid of `schnorr_fun` and `secp256kfun`
which can bloat the contract size.
This PR also runs `cargo fix-lint` to lint the entire project.
No description provided.
The text was updated successfully, but these errors were encountered: