Skip to content

Edwards-curve Digital Signature Algorithm (EdDSA)

Cardano uses the Edwards-curve Digital Signature Algorithm (EdDSA) with elliptic curve Curve25519 as its base curve (aka. Ed25519). This gives fast signature verification and small signature sizes, which helps to improve the overall performance and security of the blockchain. Additionally, Ed25519 is designed to be resistant to certain types of cryptographic attacks, making it a more secure choice.

However, to ensure better interoperability between blockchains and ease of use for developers, IOG is adding new built-ins to Plutus to support SECP elliptic curves.