Open
Conversation
### 🧾 Audit Context Native ECDSA audit: test refactoring, deterministic nonce derivation according to RFC6979, small code refactoring. ### 🛠️ Changes Made - Derivation of the nonce (ephemeral key) is now in accordance with RFC6979 - Testing refactored and extended - Added some Wycherproof testing infrastructure - Code refactoring to make it easier to read - Address TODOs about erasing data in HMAC ### ✅ Checklist - [X] Audited all methods of the relevant module/class - [X] Audited the interface of the module/class with other (relevant) components - [X] Documented existing functionality and any changes made (as per Doxygen requirements) - [X] Resolved and/or closed all issues/TODOs pertaining to the audited files - [ ] Confirmed and documented any security or other issues found (if applicable) - [X] Verified that tests cover all critical paths (and added tests if necessary) - [X] Updated audit tracking for the files audited (check the start of each file you audited) ### 📌 Notes for Reviewers
### 🧾 Audit Context Add testing for generic lookup and permutation relation. ### 🛠️ Changes Made - Add testing framework for generic lookup and permutation relation. ### ✅ Checklist - [ ] Audited all methods of the relevant module/class - [ ] Audited the interface of the module/class with other (relevant) components - [ ] Documented existing functionality and any changes made (as per Doxygen requirements) - [ ] Resolved and/or closed all issues/TODOs pertaining to the audited files - [ ] Confirmed and documented any security or other issues found (if applicable) - [X] Verified that tests cover all critical paths (and added tests if necessary) - [ ] Updated audit tracking for the files audited (check the start of each file you audited) ### 📌 Notes for Reviewers
In bootstrap.sh we always inject the version to build/bb. This raises an error when running the debug build in nightly. This PR fixes it by injecting the version to the correct binary.
Collaborator
Author
|
🤖 Auto-merge enabled after 4 hours of inactivity. This PR will be merged automatically once all checks pass. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BEGIN_COMMIT_OVERRIDE
feat: Native ECDSA audit (#20658)
chore: Generic lookup/permutation audit 2 (#20761)
fix: Inject version to correct binary (#20753)
END_COMMIT_OVERRIDE