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

Updating v2 with latest voprf (v0.4.1) release #366

Merged
merged 44 commits into from
Oct 10, 2024
Merged

Commits on Dec 10, 2022

  1. Fix Clippy (facebook#289)

    daxpedda authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    d2bdcb3 View commit details
    Browse the repository at this point in the history
  2. Add Dependabot (facebook#287)

    * Fix Clippy
    
    * Add Dependabot
    daxpedda authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    cdb5222 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Bump actions/checkout from 2 to 3 (facebook#291)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    8691560 View commit details
    Browse the repository at this point in the history
  2. Bump actions/cache from 2 to 3 (facebook#292)

    Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    765a15d View commit details
    Browse the repository at this point in the history
  3. Update dependencies (facebook#288)

    * Fix Clippy
    
    * Update dependencies
    daxpedda authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    a0cab10 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Fix CI (facebook#298)

    daxpedda authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    7da97be View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    2dc2b0e View commit details
    Browse the repository at this point in the history
  2. Update curve25519-dalek to 4.0.0-pre.5 (facebook#301)

    * Update `curve25519-dalek`
    
    * Improve documentation
    
    * Update `voprf` to 0.5.0-pre.1
    daxpedda authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    8901b74 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

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

Commits on Feb 9, 2023

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

Commits on Mar 4, 2023

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

Commits on Mar 5, 2023

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

Commits on Mar 6, 2023

  1. Test P-384 (facebook#290)

    daxpedda authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    c1c1c40 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Update scrypt requirement from 0.10 to 0.11 (facebook#315)

    Updates the requirements on [scrypt](https://github.com/RustCrypto/password-hashes) to permit the latest version.
    - [Release notes](https://github.com/RustCrypto/password-hashes/releases)
    - [Commits](RustCrypto/password-hashes@scrypt-v0.10.0...scrypt-v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: scrypt
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    f8f5d22 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

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

Commits on May 21, 2023

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

Commits on May 22, 2023

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

Commits on May 23, 2023

  1. Curve25519 test vectors (facebook#319)

    * Curve25519 test vectors
    
    * Adjust `derive_auth_keypair()` for Curve25519
    
    * Update test vectors
    
    * Fix Curve25519 random scalar generation
    
    Co-Authored-By: Kevin Lewi <[email protected]>
    
    * Update test vectors
    
    * Update test vectors
    
    * Update test vectors
    
    ---------
    
    Co-authored-by: Kevin Lewi <[email protected]>
    daxpedda and kevinlewi authored May 23, 2023
    Configuration menu
    Copy the full SHA
    98b42d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a883737 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Update criterion requirement from 0.4 to 0.5 (facebook#325)

    Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version.
    - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
    - [Commits](bheisler/criterion.rs@0.4.0...0.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: criterion
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 24, 2023
    Configuration menu
    Copy the full SHA
    c73eb96 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

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

Commits on Jun 8, 2023

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

Commits on Jun 26, 2023

  1. Update rustyline requirement from 11 to 12 (facebook#332)

    Updates the requirements on [rustyline](https://github.com/kkawakam/rustyline) to permit the latest version.
    - [Release notes](https://github.com/kkawakam/rustyline/releases)
    - [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md)
    - [Commits](kkawakam/rustyline@v11.0.0...v12.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: rustyline
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    7f0b6a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

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

Commits on Jul 16, 2023

  1. add more resources (WebAssembly and React Native) (facebook#335)

    * add more resources (WebAssembly and React Native)
    
    * Fixing clippy
    
    ---------
    
    Co-authored-by: Kevin Lewi <[email protected]>
    nikgraf and kevinlewi authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    d65cc4d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

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

Commits on Aug 14, 2023

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

Commits on Sep 25, 2023

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

Commits on Oct 5, 2023

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

Commits on Oct 8, 2023

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

Commits on Oct 29, 2023

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

Commits on Nov 16, 2023

  1. Test P-521 (facebook#349)

    * Test P-521
    
    * De-duplicate generic calls
    
    * Simplify full test vectors generation
    daxpedda authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    56cdf9a View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    31c65f5 View commit details
    Browse the repository at this point in the history
  2. Update rustyline requirement from 12 to 13 (facebook#352)

    Updates the requirements on [rustyline](https://github.com/kkawakam/rustyline) to permit the latest version.
    - [Release notes](https://github.com/kkawakam/rustyline/releases)
    - [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md)
    - [Commits](kkawakam/rustyline@v12.0.0...v13.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: rustyline
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    1cc30c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Bump actions/cache from 3 to 4 (facebook#354)

    Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    7eb363f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

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

Commits on Sep 18, 2024

  1. docs: add details for client login final step (facebook#358)

    This tweaks the documentation on the main module, in order to
    add some details on the outcome of the client login final step.
    In particular, it clarifies the result of `ClientLogin::finish()`
    both on success and on errors and it adds some intra-crate links
    to the relevant structures and fields.
    lucab authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a21678e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e52556 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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

Commits on Oct 10, 2024

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