Skip to content

Commit

Permalink
Merge pull request #1646 from brycx/core-ops
Browse files Browse the repository at this point in the history
Rust: Reference newtype operators from `core` instead of `std`
  • Loading branch information
andres-erbsen authored Sep 1, 2023
2 parents 8902dc2 + 3aa0072 commit a51ff82
Show file tree
Hide file tree
Showing 27 changed files with 104 additions and 102 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: (cd fiat-rust; cargo build --verbose)
- name: cargo test
run: (cd fiat-rust; cargo test --verbose)
- name: cargo test (no_std)
run: (cd fiat-rust; cargo test --no-default-features --verbose)
- name: curve25519-dalek test
run: etc/ci/test-fiat-rust-curve25519-dalek.sh
- name: crate-crypto/Ed448-Goldilocks test
Expand Down
8 changes: 4 additions & 4 deletions fiat-rust/src/curve25519_32.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions fiat-rust/src/curve25519_64.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions fiat-rust/src/curve25519_scalar_32.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions fiat-rust/src/curve25519_scalar_64.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions fiat-rust/src/p224_32.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions fiat-rust/src/p224_64.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions fiat-rust/src/p256_32.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions fiat-rust/src/p256_64.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions fiat-rust/src/p256_scalar_32.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions fiat-rust/src/p256_scalar_64.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a51ff82

Please sign in to comment.