nym icon indicating copy to clipboard operation
nym copied to clipboard

Phase out curve25519 for x25519 and ed25519

Open simonwicky opened this issue 10 months ago • 3 comments

Description

Replace curve25519-dalek by ed25519-dalek and x25519-dalek. Also upgrade those crate, ed25519 to 2.1 and rand to 0.8

WARNING : This PR will break compatibility. Updated used sphinx library uses x25519 scalar clamping vs scalar reduction that is currently done


This change is Reviewable

simonwicky avatar Apr 17 '24 15:04 simonwicky