Support curve25519 #11
Labels
blocked
An issue that can't be solved because it depends on something (e.g. a missing library)
release:0.1
Issues which must be solved for the 0.1 release
This issue is blocked, because
ed25519-dalek
does not allow us to reconstruct a key from its individual points (see the RFC). We'd need to useKeypair::from_bytes
and bring the bytes in the correct format which is kind of tricky.The text was updated successfully, but these errors were encountered: