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

Add support for SHAKE128 and SHAKE256 from FIPS 202 #398

Merged
merged 18 commits into from
Sep 10, 2024
Merged

Commits on Aug 25, 2024

  1. SHAKE: Add NIST CAVP

    brycx committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    7d55afe View commit details
    Browse the repository at this point in the history
  2. SHAKE: Initial impl and CAVPs

    brycx committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    db5a276 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    7822994 View commit details
    Browse the repository at this point in the history
  2. shake: Fix rates

    brycx committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e9ca6a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. shake: NITs

    brycx committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    10a0958 View commit details
    Browse the repository at this point in the history
  2. shake: NITs

    brycx committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    daf8560 View commit details
    Browse the repository at this point in the history
  3. shake: NITs

    brycx committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    062aa7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f4ff9b View commit details
    Browse the repository at this point in the history
  5. shake: Impl stateful squeezing

    brycx committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3bccd33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52840b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81f90c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. shake: NITs brushup

    brycx committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    faf4353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7b2823 View commit details
    Browse the repository at this point in the history
  3. shake: Remove Vec<u8> that block no_std and delete unused generic T-r…

    …eturn type for XofStreaming
    brycx committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    d7add0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e24cd6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca78c0d View commit details
    Browse the repository at this point in the history
  6. pwhash: clippy suggestion

    brycx committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    29426fa View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. tests: NIT

    brycx committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    eb9c596 View commit details
    Browse the repository at this point in the history