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

Cache Sealing and Opening keys in secrets #17

Closed
djc opened this issue May 24, 2018 · 5 comments
Closed

Cache Sealing and Opening keys in secrets #17

djc opened this issue May 24, 2018 · 5 comments

Comments

@djc
Copy link
Collaborator

djc commented May 24, 2018

The crypto module currently has a PacketKey type that reconstructs the relevant SealingKey and OpeningKey for every seal or open operation. There should be a smarter way to structure the types in the crypto module so that a Secret has direct access to long-lived Key instances.

@djc
Copy link
Collaborator Author

djc commented Nov 18, 2018

@stammw is this something you want to try next? (The description isn't quite valid anymore as some of the type names are different from when I wrote this up, but the gist of it still holds.)

@stammw
Copy link
Contributor

stammw commented Nov 18, 2018

Sure ! I'll see what I can come up with !

@djc
Copy link
Collaborator Author

djc commented Nov 18, 2018

Cool. Don't hesitate to ask if you have questions!

@stammw
Copy link
Contributor

stammw commented Dec 9, 2018

@djc I believe this issue can be closed.

@djc
Copy link
Collaborator Author

djc commented Dec 9, 2018

Yup! Thanks for working on it.

@djc djc closed this as completed Dec 9, 2018
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

No branches or pull requests

2 participants