Skip to content

Commit 9e3e659

Browse files
42Pupusasclaude
andcommitted
k256: point patch.crates-io at group fork for wNAF optimizations
Depends on https://github.com/RustCrypto/group/pull/XX (42Pupusas/group wnaf-optimizations branch) which adds from_le_bytes, multiscalar_mul_array, fixes wnaf_table sizing, and pre-sizes Vec allocations. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0979232 commit 9e3e659

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ primefield = { path = "primefield" }
2828
primeorder = { path = "primeorder" }
2929

3030
elliptic-curve = { git = "http://github.com/RustCrypto/traits.git" }
31-
rustcrypto-group = { path = "../group" }
31+
rustcrypto-group = { git = "https://github.com/42Pupusas/group.git", branch = "wnaf-optimizations" }

0 commit comments

Comments
 (0)