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

siphash: fix message length byte during compression #1

Merged
merged 2 commits into from
Dec 31, 2017
Merged

siphash: fix message length byte during compression #1

merged 2 commits into from
Dec 31, 2017

Commits on Dec 14, 2017

  1. siphash: fix message length byte during compression

    The last byte of f0 should be set to null bytes ending
    with a byte encoding of the message length. Fixed.
    Also added test vectors for siphash 64.
    tuxcanfly committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    ce95aed View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

  1. minor: formatting

    tuxcanfly committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    553d859 View commit details
    Browse the repository at this point in the history