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

Refactor constants to add constants::load #106

Merged
merged 2 commits into from
Jun 5, 2021
Merged

Refactor constants to add constants::load #106

merged 2 commits into from
Jun 5, 2021

Conversation

therealyingtong
Copy link
Contributor

@therealyingtong therealyingtong commented Jun 5, 2021

This makes it easier to load constants into the ECC chip.

This makes it easier to load constants into the ECC chip.
@codecov-commenter
Copy link

codecov-commenter commented Jun 5, 2021

Codecov Report

Merging #106 (243f862) into main (1d46a2d) will decrease coverage by 1.45%.
The diff coverage is 52.56%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #106      +/-   ##
==========================================
- Coverage   82.40%   80.95%   -1.46%     
==========================================
  Files          33       34       +1     
  Lines        2092     2111      +19     
==========================================
- Hits         1724     1709      -15     
- Misses        368      402      +34     
Impacted Files Coverage Δ
src/constants/load.rs 0.00% <0.00%> (ø)
src/constants.rs 100.00% <100.00%> (+40.40%) ⬆️
src/constants/commit_ivk_r.rs 100.00% <100.00%> (ø)
src/constants/note_commit_r.rs 100.00% <100.00%> (ø)
src/constants/nullifier_k.rs 100.00% <100.00%> (ø)
src/constants/spend_auth_g.rs 100.00% <100.00%> (ø)
src/constants/value_commit_r.rs 100.00% <100.00%> (ø)
src/constants/value_commit_v.rs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1d46a2d...243f862. Read the comment docs.

src/constants.rs Outdated Show resolved Hide resolved
src/constants/load.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@daira daira left a comment

Choose a reason for hiding this comment

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

utACK

Base automatically changed from constants-spend-auth-g to main June 5, 2021 11:10
@str4d str4d changed the title Refactor constants to add constants::load.rs Refactor constants to add constants::load Jun 5, 2021
Copy link
Contributor

@str4d str4d left a comment

Choose a reason for hiding this comment

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

utACK

Co-authored-by: Daira Hopwood <daira@jacaranda.org>
@str4d str4d merged commit cd1e72b into main Jun 5, 2021
Copy link
Contributor

@daira daira left a comment

Choose a reason for hiding this comment

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

Post-hoc ACK 243f862

@daira daira deleted the refactor-constants branch June 5, 2021 13:05
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.

5 participants