Skip to content

Commit

Permalink
rust: use doc comments. (#1668)
Browse files Browse the repository at this point in the history
Rust distinguishes between doc and non-doc comments.
Using doc comments avoids the compiler to warn about undocumented code.

Extracted rust files are updated.
  • Loading branch information
armfazh authored Oct 1, 2023
1 parent 37dd5af commit 090e9fd
Show file tree
Hide file tree
Showing 26 changed files with 101 additions and 101 deletions.
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.

8 changes: 4 additions & 4 deletions fiat-rust/src/p384_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/p384_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/p384_scalar_32.rs

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

Loading

0 comments on commit 090e9fd

Please sign in to comment.