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

Fix montgomery sample code in README.md #133

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Conversation

carleeto
Copy link
Contributor

Resolves #132

@paulmillr paulmillr merged commit 8ad2f9a into paulmillr:main Mar 25, 2024
renovate bot referenced this pull request in valora-inc/viem-account-hsm-gcp Jul 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@noble/curves](https://paulmillr.com/noble/)
([source](https://togithub.com/paulmillr/noble-curves)) | [`^1.4.0` ->
`^1.4.1`](https://renovatebot.com/diffs/npm/@noble%2fcurves/1.4.0/1.4.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@noble%2fcurves/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@noble%2fcurves/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@noble%2fcurves/1.4.0/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@noble%2fcurves/1.4.0/1.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>paulmillr/noble-curves (@&#8203;noble/curves)</summary>

###
[`v1.4.1`](https://togithub.com/paulmillr/noble-curves/releases/tag/1.4.1)

[Compare
Source](https://togithub.com/paulmillr/noble-curves/compare/1.4.0...1.4.1)

-   bls12-381: Add mapToCurve; fix typescript types
-
[`ed25519`](https://togithub.com/paulmillr/noble-curves/commit/ed25519),
utils: Improve tree-shaking
- Typescript build: emit separate type declarations for ESM, to improve
compatibility
-   Typescript build: change target from ES2020 to ES2022

#### New Contributors

- [@&#8203;carleeto](https://togithub.com/carleeto) made their first
contribution in
[https://github.com/paulmillr/noble-curves/pull/133](https://togithub.com/paulmillr/noble-curves/pull/133)

**Full Changelog**:
paulmillr/noble-curves@1.4.0...1.4.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "after 8:00 before 23:00 every weekday except on Friday" in
timezone UTC.

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/valora-inc/viem-account-hsm-gcp).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJucG0iLCJyZW5vdmF0ZSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Montgomery sample code doesn't compile. (PR submitted)
2 participants