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

ed25519 signing and verification using a Curve25519 key-pair #1239

Closed
wants to merge 5 commits into from

Commits on Oct 7, 2017

  1. Implemented functionallity which allows to perform ed25519 signing an…

    …d verification using a Curve25519 key-pair.
    Rafal Skowronski committed Oct 7, 2017
    1 Configuration menu
    Copy the full SHA
    bce6095 View commit details
    Browse the repository at this point in the history
  2. fixed commented random data generator and code clean-up

    Rafal Skowronski committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    a9aee99 View commit details
    Browse the repository at this point in the history
  3. changes which a gcc compiler might like

    Rafal Skowronski committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    3c02129 View commit details
    Browse the repository at this point in the history
  4. added header gcc complained about; vstudio did not

    Rafal Skowronski committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    ae6cefd View commit details
    Browse the repository at this point in the history
  5. added stdlib header for arm compiler

    Rafal Skowronski committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    b40de80 View commit details
    Browse the repository at this point in the history