dryoc
dryoc copied to clipboard
SIMD implementation for Curve25519
curve25519-dalek has SIMD but it lacks Neon: https://github.com/dalek-cryptography/curve25519-dalek/tree/main/src/backend/vector
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.