proposal: add ed25519 to curve25519 conversion functions #38074
Labels
FrozenDueToAge
Proposal
Proposal-Crypto
Proposal related to crypto packages or other security issues
Milestone
As per this comment:
agl/ed25519#24 (comment)
It would be much appreciated if the original functions that were hosted at (now gone in favour of crypto/ed25519 package):
https://github.com/agl/blob/master/ed25519/extra25519/extra25519.go
for converting ed25519 keys into curve15519 keys to be hosted in here, or somewhere in
/x/crypto/ed25519
(orx/crypto/extra25519
) if they are not suitable for the core library.Namely, these functions are needed:
and
I think many projects are currently using these functions and now hit a wall because the original repo has been removed.
The text was updated successfully, but these errors were encountered: