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

WIP: Crypto box #34

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

WIP: Crypto box #34

wants to merge 6 commits into from

Commits on Oct 23, 2017

  1. Complete wrapping of crypto_box as crypto/box

    - Change return types and add constants and types
    - Change naming to match golang conventions
    - Add tests for all box functions
    silkeh committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    dd0fc43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb64b56 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Configuration menu
    Copy the full SHA
    24c5eb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f31c07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    787ffd7 View commit details
    Browse the repository at this point in the history
  4. Add MessageBytesMax from libsodium 1.0.14

    Note that this is not checked because the maximum message size is higher
    than the maximum value of an int and the maximum length of a slice.
    silkeh committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    64f32b4 View commit details
    Browse the repository at this point in the history