Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudflare/circl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: cloudflare/circl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 10 commits
  • 156 files changed
  • 3 contributors

Commits on Sep 5, 2024

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

Commits on Sep 25, 2024

  1. Create semgrep.yml

    Creating Semgrep.yml file - Semgrep is a tool that will be used to scan Cloudflare's public repos for Supply chain, code and secrets. This work is part of Application & Product Security team's initiative to onboard Semgrep onto all of Cloudflare's public repos.
    
    In case of any questions, please reach out to "Hrushikesh Deshpande" on cf internal chat.
    hrushikeshdeshpande authored and bwesterb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    cfbc696 View commit details
    Browse the repository at this point in the history
  2. Update semgrep.yml

    hrushikeshdeshpande authored and bwesterb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    51a9a33 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    7040592 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    064a9ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab15f82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ba992f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Add ML-DSA (FIPS204) (#480)

    Add ML-DSA (FIPS204)
    
    The final version of FIPS204 has released.
    
    Changes:
    * Update to final FIPS 204 standard.
    * Remove old mode API and hook Dilithium and ML-DSA into generic signature API.
    * Expose support for randomized ML-DSA mode. (It is not exposed in the generic signature API.)
    * Remove old AES variants of Dilithium.
    * ML-DSA test against reference implementation.
    * Fix one bug in key derivation.
    * dilithium: remove unused AES code
    * mldsa: add ACVP test vectors
    * Remove superfluous space
    * Update ml-dsa documentation
    * Remove dead code
    * Avoid to export unsafeSignInternal.
    * Update command for golangci-lint.
    bwesterb authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e2bbd01 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    0246d59 View commit details
    Browse the repository at this point in the history
  2. Release v1.5.0

    armfazh committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1310edf View commit details
    Browse the repository at this point in the history
Loading