Score:1

Is curve25519 faster than spec256k1 on point multiplication?

cn flag
Bob

Suppose $G_1, G_2$ are the base points on curve25519 and spec256k1, respectively. Point multiplication means to compute $kG_1$ and $kG_2$.

Then which curve is faster?

Bob avatar
cn flag
Bob
Refer to http://hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-0.html , point multiplication on spec256k1 needs 7M for double and 16M for add
Bob avatar
cn flag
Bob
http://hyperelliptic.org/EFD/g1p/auto-twisted-extended-1.html, point multiplication on twisted edwards curve need 8M for both add and double.
knaccc avatar
es flag
Beware that "variable base" scalar multiplication will have different performance characteristics than "fixed base" scalar multiplication due to the possibility of pre-computation of a particular base point for faster subsequent scalar multiplications.
kelalaka avatar
in flag
This is generic question asking without the aim. For example Curve25519 when uses for DHKE the Montgomery Ladder beats all since Curve25519 has a Montgomery representation. So what is your aim so that you need to the two curves?
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.