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

Add ConstantTimeEq impl for wrapped byte structs #407

Merged
merged 1 commit into from
Aug 23, 2023

Conversation

nick-mobilecoin
Copy link
Collaborator

@nick-mobilecoin nick-mobilecoin commented Aug 22, 2023

Types that wrap a byte struct,
pub struct foo { pub bytes: [u8; some_size] },
now implement the ConstantTimeEq trait.

Types that wrap a byte struct,
`pub struct foo { pub bytes: [u8; some_size] }`,
now implement the `ConstantTimeEq` trait.
@nick-mobilecoin
Copy link
Collaborator Author

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@github-actions github-actions bot added the size/S PRs with less than 100 lines of changes label Aug 22, 2023
@meowblecoinbot meowblecoinbot requested a review from a team August 22, 2023 16:46
@github-actions github-actions bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 22, 2023
@nick-mobilecoin nick-mobilecoin requested review from dolanbernard and removed request for a team August 22, 2023 16:46
@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Merging #407 (965952b) into nick/serialize-quote-nonce (a49e198) will decrease coverage by 0.05%.
The diff coverage is 0.00%.

@@                      Coverage Diff                       @@
##           nick/serialize-quote-nonce     #407      +/-   ##
==============================================================
- Coverage                       88.43%   88.39%   -0.05%     
==============================================================
  Files                              40       40              
  Lines                            5640     5643       +3     
==============================================================
  Hits                             4988     4988              
- Misses                            652      655       +3     
Files Changed Coverage Δ
core/types/src/macros.rs 82.46% <0.00%> (-1.64%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Base automatically changed from nick/serialize-quote-nonce to main August 23, 2023 18:29
@nick-mobilecoin nick-mobilecoin merged commit a8d43f2 into main Aug 23, 2023
28 of 30 checks passed
@nick-mobilecoin nick-mobilecoin deleted the nick/ct_eq_for_quote_nonce branch August 23, 2023 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code size/S PRs with less than 100 lines of changes
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants