Skip to content

Support ed25519 signature verification (e.g. Tendermint block headers) #755

Closed
@ethanfrey

Description

@ethanfrey

Part of #751
Follow same steps as #752

Add a function verify_ed25519() to MockApi to verify ed25519 signatures. This should take the raw pubkey and signature bytes as used in tendermint core to sign blocks.

There seems to be much more standardization in ed25519, so we hopefully only need this one variant, not 3 different encodings as with secp256k1 (cosmos, ethereum, bitcoin).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions