RubyCrypto / x25519

Public key cryptography library for Ruby providing the X25519 Diffie-Hellman function
https://cr.yp.to/ecdh.html
Other
46 stars 10 forks source link

Initial Gem implementation #1

Closed tarcieri closed 6 years ago

tarcieri commented 6 years ago

Adds an MRI C extension which wraps the C code, and tests it against the vectors from RFC 7748.