Skip to main content
3 events
when toggle format what by license comment
May 16, 2024 at 14:32 comment added bebbo @Myria: would it be a speedup then to use Curve25519 for Ed25519 computations?
Apr 9, 2024 at 22:55 comment added Myria Yes, but it would be slower. Ed25519 and Curve25519 are isomorphic (if you handle Curve25519's degenerate points correctly), so you can convert between the two. It gets a bit complicated, but it can be done. However, there's not much reason to do this - just use a Curve25519 implementation.
Apr 9, 2024 at 8:52 history asked bebbo CC BY-SA 4.0