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

Starting proofs for ML-DSA Arithmetic #594

Draft
wants to merge 229 commits into
base: dev
Choose a base branch
from
Draft

Commits on Jul 23, 2024

  1. Fix typo

    jschneider-bensch committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f5c500c View commit details
    Browse the repository at this point in the history
  2. CAVP crate Readme

    jschneider-bensch committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5237bff View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    6042f03 View commit details
    Browse the repository at this point in the history
  2. Basic ECDH Readme

    jschneider-bensch committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    db8fa55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbf91a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a53841 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1cb0de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5aa98d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4baef2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb28a67 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de72e52 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eb70731 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f34493b View commit details
    Browse the repository at this point in the history
  12. more wip

    franziskuskiefer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    3c81d14 View commit details
    Browse the repository at this point in the history
  13. wip

    franziskuskiefer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    24306c5 View commit details
    Browse the repository at this point in the history
  14. working, dirty

    franziskuskiefer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    470fc60 View commit details
    Browse the repository at this point in the history
  15. started cleanup

    franziskuskiefer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    dcb7944 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    27c3955 View commit details
    Browse the repository at this point in the history
  17. drop comment in cavp

    franziskuskiefer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    1d09b71 View commit details
    Browse the repository at this point in the history
  18. more cleanup

    franziskuskiefer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c69b0f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Restore AVX2 build

    jschneider-bensch committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    cac35f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    4044c78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3339f71 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    e75875f View commit details
    Browse the repository at this point in the history
  2. Update C code

    jschneider-bensch committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4ea7835 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    jschneider-bensch committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3114668 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    747aec4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e595b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7dedcf0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2314d1 View commit details
    Browse the repository at this point in the history
  8. Update C code

    jschneider-bensch committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e7ba6d3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ce64b27 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    3840267 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Unroll expand_to_A.

    xvzcf committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    74354fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f921f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9307ab9 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Unroll sample_error_vector.

    xvzcf committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    ac6b1ad View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    xvzcf committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d6bc5ff View commit details
    Browse the repository at this point in the history
  3. Fix test build failure.

    xvzcf committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    8b22983 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Merge pull request #473 from cryspen/goutam/ml-dsa-avx2-part-7

    ML-DSA: Unroll sampling of matrix A and error ring vectors.
    franziskuskiefer authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    aefa51f View commit details
    Browse the repository at this point in the history
  2. re-extract cg

    franziskuskiefer committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    541bf67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23fd749 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    d50e2a0 View commit details
    Browse the repository at this point in the history
  2. wip

    msprotz committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c52405e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    8afc909 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b5b44c View commit details
    Browse the repository at this point in the history
  3. Re-extract C code

    jschneider-bensch committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2254679 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06b02e7 View commit details
    Browse the repository at this point in the history
  5. Fix C extraction

    jschneider-bensch committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3230f59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66c395b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5624b74 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #451 from cryspen/jonas/cleanup-sha3-xof

    SHA3 xof for ml-dsa
    franziskuskiefer authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6196054 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d10b4fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e388218 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'jonas/ml-dsa-manual-benches' of github.com:cryspen/libc…

    …rux into jonas/ml-dsa-manual-benches
    jschneider-bensch committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    16124b8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #486 from cryspen/jonas/ml-dsa-manual-benches

    Manual benchmarks for ML-DSA
    jschneider-bensch authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    4e53a82 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6832d78 View commit details
    Browse the repository at this point in the history
  14. With latest Eurydice changes

    msprotz committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d5574e8 View commit details
    Browse the repository at this point in the history
  15. WIP

    msprotz committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    0b811da View commit details
    Browse the repository at this point in the history
  16. Regenerate on Intel

    msprotz committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    90358e0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    37727e2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    97db7bc View commit details
    Browse the repository at this point in the history
  19. More cosmetic changes for core_slice -- align convention with other m…

    …acros in eurydice_glue.h
    msprotz committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    490a866 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. fix(mlkem/fstar): fix regression introduced by hacspec/hax#864

    hacspec/hax#864 makes `fstar::before` and `fstar::after` chunks of
    code defaults to implementation files (fst).
    
    This commit backport that change and makes some code go explicitly to
    interfaces.
    W95Psp committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0356783 View commit details
    Browse the repository at this point in the history
  2. Benchmark pqclean

    jschneider-bensch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e19a760 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7af24bf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #489 from cryspen/lf-fix-regression-hax-pr-846

    fix(mlkem/fstar): fix regression introduced by hacspec/hax#864
    franziskuskiefer authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bf283a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff3da9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af83d1d View commit details
    Browse the repository at this point in the history
  7. Merge branch 'jonas/ml-dsa-manual-benches' of github.com:cryspen/libc…

    …rux into jonas/ml-dsa-manual-benches
    jschneider-bensch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bce2d9d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #490 from cryspen/jonas/ml-dsa-manual-benches

    Manual benchmarks for PQClean
    jschneider-bensch authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b1d4135 View commit details
    Browse the repository at this point in the history
  9. code update

    franziskuskiefer committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0c66762 View commit details
    Browse the repository at this point in the history
  10. More code quality

    msprotz committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    05f346c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. fixes for ml-kem C

    franziskuskiefer committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    63adbfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a62ef07 View commit details
    Browse the repository at this point in the history
  3. update C extraction

    franziskuskiefer committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    0ca73e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5406ba View commit details
    Browse the repository at this point in the history
  5. sha3 benchmarks

    franziskuskiefer committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    322297a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    573b064 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #472 from cryspen/protz_cosmetic

    Leverage latest code quality improvements in Eurydice etc.
    franziskuskiefer authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    c85c0f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Add LICENSE-MIT

    franziskuskiefer committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    501f771 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80d195d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d34246 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6eaba8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b56cb3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f844291 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b71b5f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c476f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fd117a0 View commit details
    Browse the repository at this point in the history
  10. Update C extraction

    jschneider-bensch committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    cddeebe View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. update Cargo.lock

    franziskuskiefer committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    cd20a27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea9e21b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6de20c4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #517 from cryspen/jonas/ml-kem-final-diffs

    [ML-KEM] Address changes from FIPS 203 IPD to final version
    jschneider-bensch authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5ca2e45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a4b786 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86d7ef7 View commit details
    Browse the repository at this point in the history
  7. Clippy

    jschneider-bensch committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f6c4464 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0385208 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    72ab012 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a130a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c49daa8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c340d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d3aa4d View commit details
    Browse the repository at this point in the history
  6. update cg extraction

    franziskuskiefer committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7dec44a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #522 from cryspen/franziskus/unpacked-feature

    Put the ml-kem unpacked API behind a feature
    franziskuskiefer authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6a879b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. mldsa feature detection

    - add build.rs for feature detection
    - add instantiations for 44
    - add neon sha3
    franziskuskiefer committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ad45801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc056fd View commit details
    Browse the repository at this point in the history
  3. ml-dsa multiplexing

    franziskuskiefer committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a39501e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61a77d5 View commit details
    Browse the repository at this point in the history
  5. prepare merge queues

    Jan Winkelmann (keks) committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    79a8afc View commit details
    Browse the repository at this point in the history
  6. undo hpke

    Jan Winkelmann (keks) committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    11629c3 View commit details
    Browse the repository at this point in the history
  7. run tests in merge queue :face_palm:

    Jan Winkelmann (keks) committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9ddfa5e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Create stale.yml

    franziskuskiefer authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    36c6b05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4873df7 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Bump serde from 1.0.208 to 1.0.209

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.208 to 1.0.209.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.208...v1.0.209)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6d67494 View commit details
    Browse the repository at this point in the history
  2. Bump serde_json from 1.0.125 to 1.0.127

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.125 to 1.0.127.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@1.0.125...1.0.127)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    bb3cd58 View commit details
    Browse the repository at this point in the history
  3. build gc before trying to bench it

    Jan Winkelmann (keks) committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    190bfd4 View commit details
    Browse the repository at this point in the history
  4. disable libtest for benches in ./benchmarks/

    Jan Winkelmann (keks) committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e995f6a View commit details
    Browse the repository at this point in the history
  5. bench = false in the rest of the benchmarked rust packages

    Jan Winkelmann (keks) committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    802eccd View commit details
    Browse the repository at this point in the history
  6. disable c bench for windows

    Jan Winkelmann (keks) committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    b4e38dd View commit details
    Browse the repository at this point in the history
  7. steps towards getting wasm to work, but disable it for now because it…

    … still doesn't
    Jan Winkelmann (keks) committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    13aa81f View commit details
    Browse the repository at this point in the history
  8. final touches on benchmarks

    had to move the utils into the crate, because otherwise it would be
    picked up by the bechmarks and fail because libtest would again complain
    about the --output-format argument
    Jan Winkelmann (keks) committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c3e4c58 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e580006 View commit details
    Browse the repository at this point in the history
  10. split up benchmarks and fix git issue

    Jan Winkelmann (keks) committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    30af7dd View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. fix more benchmark workflows

    Jan Winkelmann (keks) committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    496c9d3 View commit details
    Browse the repository at this point in the history
  2. figure out which files need to be reset

    Jan Winkelmann (keks) committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6108ada View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    264dbfd View commit details
    Browse the repository at this point in the history
  4. Update C extraction

    franziskuskiefer committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1def0c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3388672 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Update README.md

    jiep authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f90dff2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ad532b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    62e1ec3 View commit details
    Browse the repository at this point in the history
  2. disable benchmarks on CI :(

    Jan Winkelmann (keks) committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0c50e0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdfb18e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ac6ace View commit details
    Browse the repository at this point in the history
  5. Merge pull request #525 from cryspen/keks/towards-merge-queue-and-ben…

    …ch-graphs
    
    Rework Actions to work well with Merge Queues and Enable Benchmarks in there
    keks authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9915bee View commit details
    Browse the repository at this point in the history
  6. Merge pull request #532 from cryspen/dependabot/cargo/serde_json-1.0.127

    Bump serde_json from 1.0.125 to 1.0.127
    franziskuskiefer authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    59dc8ea View commit details
    Browse the repository at this point in the history
  7. Merge pull request #531 from cryspen/dependabot/cargo/serde-1.0.209

    Bump serde from 1.0.208 to 1.0.209
    franziskuskiefer authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    84c5d87 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b0786ec View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. drop commented code

    franziskuskiefer committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ebf3e09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dccc28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    109e1aa View commit details
    Browse the repository at this point in the history
  4. update cargo.lock

    franziskuskiefer committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2c597d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    baac801 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #542 from jiep/patch-1

    Update README.md
    franziskuskiefer authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d8644b0 View commit details
    Browse the repository at this point in the history
  7. fix non-rand build

    franziskuskiefer committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    28d0e15 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    870d72f View commit details
    Browse the repository at this point in the history
  9. Refresh C

    msprotz committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    056e28a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6ff01fb View commit details
    Browse the repository at this point in the history
  11. Refresh C

    msprotz committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3676fd5 View commit details
    Browse the repository at this point in the history
  12. update cg and docker

    franziskuskiefer committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6196b7a View commit details
    Browse the repository at this point in the history
  13. more feature guards

    franziskuskiefer committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9633017 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    75ca451 View commit details
    Browse the repository at this point in the history
  2. update docker

    franziskuskiefer committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a39bda0 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Jonas Schneider-Bensch <[email protected]>
    franziskuskiefer and jschneider-bensch authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3fc1eab View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    ea41a38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d74c9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e988d2d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #556 from cryspen/fix-rejected-unsafe

    Remove unsafe code from include to avoid being rejected by hax.
    jschneider-bensch authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    bc44752 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #555 from cryspen/jonas/fix-extraction-action

    Include hidden files in extraction upload
    franziskuskiefer authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9680093 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08491c7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #546 from cryspen/franziskus/ml-kem-rand

    Add randomised APIs to ml-kem
    franziskuskiefer authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    482620d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    643ca60 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7e674c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Remove comment

    jschneider-bensch committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    dbfe23f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de93274 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8e3435 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #521 from cryspen/jonas/psq-registration

    PSQ Registration protocol
    jschneider-bensch authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8daadb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    43e55c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcb6e09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c18a8c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e67fa7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    138797b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. update F*

    franziskuskiefer committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b45c9e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    409d847 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1c4c44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3204a98 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    c184c2d View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Jonas Schneider-Bensch <[email protected]>
    franziskuskiefer and jschneider-bensch authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    99498ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    717b165 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #524 from cryspen/franziskus/ml-dsa-boilerplate

    ML-DSA 44 instantiations and multiplexing
    franziskuskiefer authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4a129c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. wip

    franziskuskiefer committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    76a08da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    538513f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    787584d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6aa31a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bffb482 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df48c90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9bdda4c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #558 from cryspen/jonas/ml-dsa-hax-fixes

    Allow hax extraction for ML-DSA
    franziskuskiefer authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    17566f6 View commit details
    Browse the repository at this point in the history
  9. updated unpacked api

    franziskuskiefer committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    08a3cad View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    060e27d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16c5cbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e992824 View commit details
    Browse the repository at this point in the history
  4. Fix benchmarks

    jschneider-bensch committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    263b880 View commit details
    Browse the repository at this point in the history
  5. Format

    jschneider-bensch committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6ba6263 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a452304 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #573 from cryspen/jonas/fix-mldsa-bench

    Fix ML-DSA benchmarks
    franziskuskiefer authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    833e904 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #448 from cryspen/jonas/readmes

    Update Readmes
    franziskuskiefer authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0ff44ac View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    f484e75 View commit details
    Browse the repository at this point in the history
  2. Extend multiplexing

    jschneider-bensch committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8209178 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #574 from cryspen/jonas/ml-dsa-extend-multiplexing

    [ML-DSA] Repair / Extend multiplexing
    franziskuskiefer authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    bae489b View commit details
    Browse the repository at this point in the history
  4. minor tweak

    msprotz committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    28acae7 View commit details
    Browse the repository at this point in the history
  5. wip

    msprotz committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f4cf47e View commit details
    Browse the repository at this point in the history
  6. wip

    msprotz committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f07d78f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. updated cg.yaml

    franziskuskiefer committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e889dcc View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. unpacked API for cg

    franziskuskiefer committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    af73d01 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    1187505 View commit details
    Browse the repository at this point in the history
  2. update C code

    franziskuskiefer committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1e523e8 View commit details
    Browse the repository at this point in the history
  3. update F*

    franziskuskiefer committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4072680 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    422ff05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    866aace View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f06414b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    521b98d View commit details
    Browse the repository at this point in the history
  8. fix kyber

    franziskuskiefer committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    97f7cef View commit details
    Browse the repository at this point in the history
  9. update C extraction

    franziskuskiefer committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    65d06b7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    89b109d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    30f0fb3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #586 from cryspen/franziskus/mlkem-usable-unpacked

    Make unpacked ML-KEM API extractable
    franziskuskiefer authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6a8770c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. format and clang-18

    franziskuskiefer committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0c464d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b25aeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1afc751 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2639a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72563a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f23a83 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #554 from djmdjm/fuzz

    Basic fuzzing for C extraction of ML-KEM768
    franziskuskiefer authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    41072c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. verified

    karthikbhargavan committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    0f5121e View commit details
    Browse the repository at this point in the history
  2. c code refresh

    karthikbhargavan committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    37d35d8 View commit details
    Browse the repository at this point in the history
  3. boring C not working

    karthikbhargavan committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    2cc5d08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4db4adc View commit details
    Browse the repository at this point in the history