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

chore: minor cleanup to CipherSeed #6322

Merged

Conversation

AaronFeickert
Copy link
Collaborator

Description

Does some housekeeping on CipherSeed to address minor issues discovered during informal review.

Motivation and Context

This provides some small updates to CipherSeed, which is used to encrypt seed data.

These updates include:

  • removing panics
  • moving the salt from a Box to an array, since it's not secret data
  • improving comments
  • using a more modern approach to zeroizing

How Has This Been Tested?

Existing tests pass.

What process can a PR reviewer use to test or verify this change?

Check that the changes meet the above description, particularly relating to the handling of secret data.

@AaronFeickert AaronFeickert requested a review from a team as a code owner May 6, 2024 21:38
Copy link

github-actions bot commented May 6, 2024

Test Results (CI)

    3 files    120 suites   43m 22s ⏱️
1 277 tests 1 277 ✅ 0 💤 0 ❌
3 823 runs  3 823 ✅ 0 💤 0 ❌

Results for commit a4a75d9.

@ghpbot-tari-project ghpbot-tari-project added P-acks_required Process - Requires more ACKs or utACKs P-reviews_required Process - Requires a review from a lead maintainer to be merged labels May 6, 2024
Copy link

github-actions bot commented May 6, 2024

Test Results (Integration tests)

33 tests   33 ✅  13m 38s ⏱️
11 suites   0 💤
 2 files     0 ❌

Results for commit a4a75d9.

Copy link
Contributor

@hansieodendaal hansieodendaal left a comment

Choose a reason for hiding this comment

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

utACK

@ghpbot-tari-project ghpbot-tari-project removed the P-reviews_required Process - Requires a review from a lead maintainer to be merged label May 7, 2024
@SWvheerden SWvheerden merged commit be84910 into tari-project:development May 7, 2024
15 of 16 checks passed
@AaronFeickert AaronFeickert deleted the cipherseed-cleanup branch May 7, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P-acks_required Process - Requires more ACKs or utACKs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants