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

Release 0.21.2 #43

Merged
merged 4 commits into from
Sep 29, 2023
Merged

Release 0.21.2 #43

merged 4 commits into from
Sep 29, 2023

Conversation

armfazh
Copy link
Contributor

@armfazh armfazh commented Sep 29, 2023

Changes:

  • updates type imports
  • bump dependencies
  • removes a circular dependency imports

Note: After this merge, create a release.

@armfazh armfazh added the changes API Beware this modifies API label Sep 29, 2023
@armfazh armfazh self-assigned this Sep 29, 2023
Copy link
Contributor

@thibmeu thibmeu left a comment

Choose a reason for hiding this comment

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

lgtm

@@ -4,16 +4,16 @@
// at https://opensource.org/licenses/BSD-3-Clause
//
// Implementation of batched discrete log equivalents proofs (DLEQ) as
// described in https://www.ietf.org/id/draft-irtf-cfrg-voprf-09.html#name-discrete-log-equivalence-pr.
import { Elt, Group, Scalar } from './groupTypes.js'
// described in https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-voprf-21#name-discrete-logarithm-equivale
Copy link
Contributor

Choose a reason for hiding this comment

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

I confirm the link work

@@ -17,6 +17,7 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"verbatimModuleSyntax": true,
Copy link
Contributor

Choose a reason for hiding this comment

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

@armfazh armfazh merged commit ced7436 into cloudflare:main Sep 29, 2023
3 checks passed
@armfazh armfazh deleted the rel_0.21.2 branch September 29, 2023 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes API Beware this modifies API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants