Skip to content

sr25519 precompile for EVM sdk #1968

@CedarMist

Description

@CedarMist

Re: #304

In evm/src/precompile/confidential.rs we support Ed25519, Secp256k1, Secp256r1 and Secp384r1.

Sr25519 is also supported in crypto/signature/mod.rs

For Polkadot compatibility, we should support sr25519 signing & verification, as all the necessary support is there.

However, it seems substrate key derivation is not compatible with our ADR-8. To make sure it's compatible with Polkadot it will be necessary to take test vectors from Polkadot ecosystem to be sure signatures, keygen & verification works correctly.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions