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

Add serde for EncryptedBlindIndexSalt #147

Closed
BobWall23 opened this issue Apr 30, 2020 · 0 comments
Closed

Add serde for EncryptedBlindIndexSalt #147

BobWall23 opened this issue Apr 30, 2020 · 0 comments
Assignees
Milestone

Comments

@BobWall23
Copy link
Member

As a developer consuming the ironoxide search functionality, I need to be able to save the output of the create_blind_index call, a EncryptedBlindIndexSalt, and I need to be able to recreate that object to subsequently initialize the index.

EncryptedBlindIndexSalt should provide a way to easily serialize from and deserialize to an instance. We should use serde, to give the implementer the choice of format for serialized version.

@BobWall23 BobWall23 added this to the 2020-05-08 milestone Apr 30, 2020
@BobWall23 BobWall23 self-assigned this Apr 30, 2020
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