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

Crypto hash and generichash #38

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

Commits on Oct 23, 2017

  1. Complete wrapping crypto_hash in new tree

    Also fixes issue with zero-length input.
    silkeh committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    c10592b View commit details
    Browse the repository at this point in the history
  2. Make Primitive a constant

    silkeh committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    79ca6b8 View commit details
    Browse the repository at this point in the history
  3. Wrap crypto_generichash in new tree

    Both the generic hash and blake2b provide a hash.Hash compatible interface
    silkeh committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    f49fa7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21d9e95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    552fa76 View commit details
    Browse the repository at this point in the history