-
Notifications
You must be signed in to change notification settings - Fork 47
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
Commits on Dec 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d2bdcb3 - Browse repository at this point
Copy the full SHA d2bdcb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdb5222 - Browse repository at this point
Copy the full SHA cdb5222View commit details
Commits on Dec 11, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 8691560 - Browse repository at this point
Copy the full SHA 8691560View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 765a15d - Browse repository at this point
Copy the full SHA 765a15dView commit details -
Update dependencies (facebook#288)
* Fix Clippy * Update dependencies
Configuration menu - View commit details
-
Copy full SHA for a0cab10 - Browse repository at this point
Copy the full SHA a0cab10View commit details
Commits on Dec 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7da97be - Browse repository at this point
Copy the full SHA 7da97beView commit details
Commits on Dec 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2dc2b0e - Browse repository at this point
Copy the full SHA 2dc2b0eView commit details -
Update
curve25519-dalek
to 4.0.0-pre.5 (facebook#301)* Update `curve25519-dalek` * Improve documentation * Update `voprf` to 0.5.0-pre.1
Configuration menu - View commit details
-
Copy full SHA for 8901b74 - Browse repository at this point
Copy the full SHA 8901b74View commit details
Commits on Feb 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1fbe255 - Browse repository at this point
Copy the full SHA 1fbe255View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09489dd - Browse repository at this point
Copy the full SHA 09489ddView commit details
Commits on Feb 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b40092d - Browse repository at this point
Copy the full SHA b40092dView commit details
Commits on Mar 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5400128 - Browse repository at this point
Copy the full SHA 5400128View commit details
Commits on Mar 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c255364 - Browse repository at this point
Copy the full SHA c255364View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3096c4d - Browse repository at this point
Copy the full SHA 3096c4dView commit details
Commits on Mar 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c1c1c40 - Browse repository at this point
Copy the full SHA c1c1c40View commit details
Commits on Mar 10, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for f8f5d22 - Browse repository at this point
Copy the full SHA f8f5d22View commit details
Commits on Mar 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8b755bf - Browse repository at this point
Copy the full SHA 8b755bfView commit details
Commits on May 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7b205b7 - Browse repository at this point
Copy the full SHA 7b205b7View commit details
Commits on May 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e6c9870 - Browse repository at this point
Copy the full SHA e6c9870View commit details
Commits on May 23, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 98b42d6 - Browse repository at this point
Copy the full SHA 98b42d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a883737 - Browse repository at this point
Copy the full SHA a883737View commit details
Commits on May 24, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for c73eb96 - Browse repository at this point
Copy the full SHA c73eb96View commit details
Commits on May 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for deb7ca3 - Browse repository at this point
Copy the full SHA deb7ca3View commit details
Commits on Jun 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4f69de6 - Browse repository at this point
Copy the full SHA 4f69de6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3498ea - Browse repository at this point
Copy the full SHA c3498eaView commit details
Commits on Jun 26, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 7f0b6a8 - Browse repository at this point
Copy the full SHA 7f0b6a8View commit details
Commits on Jun 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bca1abf - Browse repository at this point
Copy the full SHA bca1abfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4487f11 - Browse repository at this point
Copy the full SHA 4487f11View commit details
Commits on Jul 16, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for d65cc4d - Browse repository at this point
Copy the full SHA d65cc4dView commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d13d261 - Browse repository at this point
Copy the full SHA d13d261View commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 07c3f74 - Browse repository at this point
Copy the full SHA 07c3f74View commit details
Commits on Sep 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 83795f3 - Browse repository at this point
Copy the full SHA 83795f3View commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ead80ad - Browse repository at this point
Copy the full SHA ead80adView commit details
Commits on Oct 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 47b3777 - Browse repository at this point
Copy the full SHA 47b3777View commit details
Commits on Oct 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c728c37 - Browse repository at this point
Copy the full SHA c728c37View commit details
Commits on Nov 16, 2023
-
* Test P-521 * De-duplicate generic calls * Simplify full test vectors generation
Configuration menu - View commit details
-
Copy full SHA for 56cdf9a - Browse repository at this point
Copy the full SHA 56cdf9aView commit details
Commits on Dec 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 31c65f5 - Browse repository at this point
Copy the full SHA 31c65f5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1cc30c2 - Browse repository at this point
Copy the full SHA 1cc30c2View commit details
Commits on Jan 18, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 7eb363f - Browse repository at this point
Copy the full SHA 7eb363fView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 066f88f - Browse repository at this point
Copy the full SHA 066f88fView commit details
Commits on Sep 18, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for a21678e - Browse repository at this point
Copy the full SHA a21678eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e52556 - Browse repository at this point
Copy the full SHA 4e52556View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df29524 - Browse repository at this point
Copy the full SHA df29524View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eb782ec - Browse repository at this point
Copy the full SHA eb782ecView commit details