feat(identity): switch from libsecp256k1 to k256 #18029
Annotations
3 errors
Run cargo clippy --all-targets --all-features:
identity/src/secp256k1.rs#L68
using `clone` on type `VerifyingKey<Secp256k1>` which implements the `Copy` trait
|
Run cargo clippy --all-targets --all-features:
identity/src/secp256k1.rs#L104
this expression creates a reference which is immediately dereferenced by the compiler
|
Run cargo clippy --all-targets --all-features
Process completed with exit code 101.
|
Loading