Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use hacl-star as curve25519 backend #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

use hacl-star as curve25519 backend #39

wants to merge 1 commit into from

Commits on Oct 30, 2020

  1. use hacl-star as curve25519 backend

    The hacl-star project [1] provides verified C code for Curve25519
    together with shallow OCaml bindings. Using them as a backend for the
    Rfc7748.X25519 module gives a nice 15x speed-up, and arguably improves
    the security posture.
    
    Fixes #29.
    
    [1]: https://hacl-star.github.io/
    burgerdev committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    a01828a View commit details
    Browse the repository at this point in the history