Skip to content

Conversation

@tarcieri
Copy link
Member

Names them array and bigint in Cargo.toml, using the package field to refer to hybrid-array and crypto-bigint respectively.

This means they're consistently referred to as array and bigint from within the crate, and should also help diagnostics that sometimes get confused and refer to e.g. elliptic_curve::crypto_bigint using the previous approach of pub use crypto_bigint as bigint.

Names them `array` and `bigint` in `Cargo.toml`, using the `package`
field to refer to `hybrid-array` and `crypto-bigint` respectively.

This means they're consistently referred to as `array` and `bigint` from
within the crate, and should also help diagnostics that sometimes get
confused and refer to e.g. `elliptic_curve::crypto_bigint` using the
previous approach of `pub use crypto_bigint as bigint`.
@tarcieri tarcieri changed the title elliptic-curve: use Cargo.toml for array/bigint` imports elliptic-curve: use Cargo.toml for array/bigint imports Dec 29, 2025
@tarcieri tarcieri merged commit 8ea3347 into master Dec 29, 2025
73 checks passed
@tarcieri tarcieri deleted the elliptic-curve/use-cargo-toml-for-array-and-bigint-imports branch December 29, 2025 23:49
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.

2 participants