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/ecies: correct IV and MAC #847

Commits on May 1, 2015

  1. Zero XOR CTR IV in ECIES and remove it from ciphertext

    Gustav Simonsson committed May 1, 2015
    Configuration menu
    Copy the full SHA
    d1f39f8 View commit details
    Browse the repository at this point in the history
  2. Remove hashing of MAC key part of KDF derived key

    Gustav Simonsson committed May 1, 2015
    Configuration menu
    Copy the full SHA
    0b6a702 View commit details
    Browse the repository at this point in the history
  3. Add SEC 1 section to comment about IV

    Gustav Simonsson committed May 1, 2015
    Configuration menu
    Copy the full SHA
    8f65228 View commit details
    Browse the repository at this point in the history