Choosing an algorithm is first and foremost a compatibility decision, followed by performance considerations. When choosing between ECDSA and Ed25519 for a Java Card crypto card, the first question is: Which signature algorithm does the target blockchain or wallet protocol require? Both ECDSA and Ed25519 are elliptic curve digital signature algorithms, and when properly implemented, […]