axelarnetwork / tofn

A threshold cryptography library in Rust
Apache License 2.0
112 stars 23 forks source link

fix(ed25519)!: encode ed25519 signatures raw as per RFC 8032 #216

Closed milapsheth closed 4 months ago

milapsheth commented 4 months ago

AXE-4387

Encode signatures as raw bytes as per RFC 8032. While ECDSA doesn't use raw encoding, it seems to be the standard for ed25519

cosmwasm-crypto also adheres to raw signature encoding