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

Update dependencies #12

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Conversation

thibmeu
Copy link
Contributor

@thibmeu thibmeu commented Jan 24, 2024

Most notably, update @cloudflare/blindrsa-ts to 0.2.0. This removes SUITES in favor of RSABSSA, which is replaced in the associated test.

@thibmeu thibmeu added the dependencies Pull requests that update a dependency file label Jan 24, 2024
@thibmeu thibmeu self-assigned this Jan 24, 2024
Most notably, update `@cloudflare/blindrsa-ts` to `0.2.0`. This removes
`SUITES` in favor of `RSABSSA`, which is replaced in the associated
test.
const keypair = await suite.generateKey({
publicExponent: Uint8Array.from([1, 0, 1]),
modulusLength: 2048,
});

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 This seems to be equivalent to cloudflare/blindrsa-ts@6bd9488#diff-2638c61a72669eb3fc1928e638c58f24203cc64d24ca6d0a1744ecd69d9aece4R224
and matches the change in the example

@thibmeu thibmeu merged commit 91e5080 into cloudflare:main Jan 25, 2024
2 checks passed
@thibmeu thibmeu deleted the update-dependencies branch January 25, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants