orlp / ed25519

Portable C implementation of Ed25519, a high-speed high-security public-key signature system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ed25519_add_scalar and DH key exchange

sergei-kashlikov opened this issue · comments

Hi,

Why key exchange is not working after any pair is derived from ed25519_add_scalar? Or it should not and can be used only for signing?