Skip to content

Commit

Permalink
Rust: Create newtype structs for typedefs
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave authored and andres-erbsen committed Aug 29, 2023
1 parent f0d8e9a commit 3ca5339
Show file tree
Hide file tree
Showing 27 changed files with 871 additions and 57 deletions.
2 changes: 1 addition & 1 deletion fiat-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fiat-crypto"
version = "0.1.21"
version = "0.2.0"
authors = ["Fiat Crypto library authors <jgross@mit.edu>"]
edition = "2018"
description = "Fiat-crypto generated Rust"
Expand Down
36 changes: 34 additions & 2 deletions fiat-rust/src/curve25519_32.rs

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

36 changes: 34 additions & 2 deletions fiat-rust/src/curve25519_64.rs

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

36 changes: 34 additions & 2 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.

36 changes: 34 additions & 2 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.

36 changes: 34 additions & 2 deletions fiat-rust/src/p224_32.rs

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

36 changes: 34 additions & 2 deletions fiat-rust/src/p224_64.rs

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

36 changes: 34 additions & 2 deletions fiat-rust/src/p256_32.rs

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

36 changes: 34 additions & 2 deletions fiat-rust/src/p256_64.rs

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

Loading

0 comments on commit 3ca5339

Please sign in to comment.