Skip to content

elliptic-curve: remove basepoint-table and wnaf features#2446

Merged
tarcieri merged 1 commit into
masterfrom
elliptic-curve/remove-basepoint-table-and-wnaf-features
Jun 13, 2026
Merged

elliptic-curve: remove basepoint-table and wnaf features#2446
tarcieri merged 1 commit into
masterfrom
elliptic-curve/remove-basepoint-table-and-wnaf-features

Conversation

@tarcieri

Copy link
Copy Markdown
Member

We can move all of this functionality to primeorder, which is much easier than trying to keep all of it here, while also making it easier to iterate on because it's all in one repo.

The real goal was to share this code between k256 and elsewhere, with much of it originating in k256, but now k256 uses primeorder as a hard dependency when its arithmetic feature is enabled.

We can move all of this functionality to `primeorder`, which is *much*
easier than trying to keep all of it here, while also making it easier
to iterate on because it's all in one repo.

The real goal was to share this code between `k256` and elsewhere, with
much of it originating in `k256`, but now `k256` uses `primeorder` as a
hard dependency when its `arithmetic` feature is enabled.
@tarcieri tarcieri merged commit 471ced1 into master Jun 13, 2026
86 checks passed
@tarcieri tarcieri deleted the elliptic-curve/remove-basepoint-table-and-wnaf-features branch June 13, 2026 01:17
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.

1 participant