-
Notifications
You must be signed in to change notification settings - Fork 72
Move SymmKey from common to the keylime library #975
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
Conversation
f7f6d68 to
a82d7dc
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
sarroutbi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like this kind of code refactor, due to two main reasons:
1 - It isolates and modularizes code outside agent
2 - It provides a complete coverage of the refactor code
Changes LGTM
sergio-correia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good to me.
Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
Move the code for the shared type SymmKey out of the common.rs file into the keylime library. Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
sarroutbi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Move the SymmKey structure from
common.rsinto the keylime library (crypto::symmkey).This is to continue the effort to move the code that can be shared from the
keylime-agentapplication to thekeylimelibrary