dryoc icon indicating copy to clipboard operation
dryoc copied to clipboard

SIMD implementation for Curve25519

Open brndnmtthws opened this issue 2 years ago • 1 comments

curve25519-dalek has SIMD but it lacks Neon: https://github.com/dalek-cryptography/curve25519-dalek/tree/main/src/backend/vector

brndnmtthws avatar Sep 19 '22 22:09 brndnmtthws

Upstream is a bit behind, so I'll try to prioritize this, though I have not started on it yet but it looks like the implementation should be relatively easy.

brndnmtthws avatar Oct 15 '22 15:10 brndnmtthws