You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
As a developer consuming the ironoxide search functionality, I need to be able to save the output of the
create_blind_index
call, aEncryptedBlindIndexSalt
, 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 useserde
, to give the implementer the choice of format for serialized version.The text was updated successfully, but these errors were encountered: