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

Rename RecipientContextGenerator into EncryptionKeyHandle in C++ #4673

Merged
merged 5 commits into from
Jan 19, 2024

Conversation

ipetr0v
Copy link
Contributor

@ipetr0v ipetr0v commented Jan 18, 2024

Ref #4490

@ipetr0v ipetr0v requested review from tiziano88 and jul-sh January 18, 2024 16:56
auto encryption_key_provider = EncryptionKeyProvider::Create();
if (!encryption_key_provider.ok()) {
return encryption_key_provider.status();
auto encryption_key = EncryptionKeyProvider::Create();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not sure I understand the rename: creating an EncryptionKeyProvider now returns an encryption key?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm currently trying to distinguish between key handles and actual keys.

And the "provider" name will be dropped in a following PR

@ipetr0v ipetr0v force-pushed the cpp_encryption_key_handle branch from bc552ff to 24d33f1 Compare January 19, 2024 10:44
@ipetr0v ipetr0v merged commit e476759 into project-oak:main Jan 19, 2024
17 checks passed
@ipetr0v ipetr0v deleted the cpp_encryption_key_handle branch January 19, 2024 15:18
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.

2 participants