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

Changes to crypto_box and README; added crypto_generichash, crypto_scalarmult, crypto_sign #3

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Aug 22, 2014

  1. Configuration menu
    Copy the full SHA
    32653cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ff98bb View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2014

  1. Added support for crypto_box_seed_keypair (w/ crypto_box_seed_bytes),…

    … cryto_box_easy, and crypto_box_open_easy
    neuegram committed Aug 23, 2014
    Configuration menu
    Copy the full SHA
    e96515c View commit details
    Browse the repository at this point in the history
  2. Added support for crypto_scalarmult_base (w/ crypto_scalarmult_bytes …

    …and crypto_scalarmult_scalarbytes) for deriving the curve25519 public key given an existing secret key
    neuegram committed Aug 23, 2014
    Configuration menu
    Copy the full SHA
    80525e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09bd2cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9be54f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2014

  1. Added crypto_sign_ed25519_pk_to_curve25519, crypto_sign_ed25519_sk_to…

    …_curve25519, crypto_sign_ed25519_sk_to_seed, and crypto_sign_ed25519_sk_to_pk new in libsodium 7.0
    neuegram committed Aug 24, 2014
    Configuration menu
    Copy the full SHA
    b2d5f20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ae5f3a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2014

  1. Configuration menu
    Copy the full SHA
    2ffeb63 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2014

  1. Updated flags. C.struct_crypto_onetimeauth_poly1305_state swapped wit…

    …h C.crypto_onetimeauth_state.
    neuegram committed Sep 28, 2014
    Configuration menu
    Copy the full SHA
    a6024b4 View commit details
    Browse the repository at this point in the history
  2. Updated flags. Replaced github.com/jasonmccampbell/ with github.com/n…

    …euegram just for the sake of getting it running locally
    neuegram committed Sep 28, 2014
    Configuration menu
    Copy the full SHA
    ed4f1d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2015

  1. add size checks on keypair slices

    Alan Fairless committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    10ff070 View commit details
    Browse the repository at this point in the history
  2. Add tests for crypto_sign

    Alan Fairless committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    abbf783 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2015

  1. Merge pull request #1 from SpiderOak/crypto-sign-with-tests

    Crypto sign with tests
    neuegram committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    1c2ceab View commit details
    Browse the repository at this point in the history