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

k256: rename precomputed-tables feature #707

Merged
merged 1 commit into from
Jan 9, 2023

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Jan 9, 2023

Originally introduced as basepoint-tables in #705

Originally introduced as `basepoint-tables` in #705
@tarcieri tarcieri requested a review from fjarri January 9, 2023 01:00
- run: cargo build --target ${{ matrix.target }} --release --no-default-features --features schnorr
- run: cargo build --target ${{ matrix.target }} --release --no-default-features --features serde
- run: cargo build --target ${{ matrix.target }} --release --no-default-features --features sha256
- run: cargo build --target ${{ matrix.target }} --release --no-default-features --features ecdsa
- run: cargo build --target ${{ matrix.target }} --release --no-default-features --features ecdsa,sha256
- run: cargo build --target ${{ matrix.target }} --release --no-default-features --features basepoint-tables,bits,ecdh,ecdsa,hash2curve,jwk,pem,pkcs8,schnorr,serde,sha256
- run: cargo build --target ${{ matrix.target }} --release --no-default-features --features bits,ecdh,ecdsa,hash2curve,jwk,pem,pkcs8,precomputed-tables,schnorr,serde,sha256
Copy link
Contributor

Choose a reason for hiding this comment

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

Btw, a pretty convenient tool to test crates with a lot of features: https://github.com/taiki-e/cargo-hack

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, we use it in a lot of other projects and even have an action to install a precomputed binary:

https://github.com/RustCrypto/actions/tree/master/cargo-hack-install

Haven't set it up here yet

@tarcieri tarcieri merged commit e82a44c into master Jan 9, 2023
@tarcieri tarcieri deleted the k256/rename-precomputed-tables-feature branch January 9, 2023 01:16
@tarcieri tarcieri mentioned this pull request Jan 16, 2023
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