Skip to content

Commit

Permalink
Drop kyber pre keys on relinking
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmiddiii committed Dec 19, 2023
1 parent 2d9a02b commit 7a6a46d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions presage-store-sled/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ impl StateStore for SledStore {
db.drop_tree(SLED_TREE_SENDER_KEYS)?;
db.drop_tree(SLED_TREE_SESSIONS)?;
db.drop_tree(SLED_TREE_SIGNED_PRE_KEYS)?;
db.drop_tree(SLED_TREE_KYBER_PRE_KEYS)?;
db.drop_tree(SLED_TREE_STATE)?;
db.drop_tree(SLED_TREE_PROFILES)?;
db.drop_tree(SLED_TREE_PROFILE_KEYS)?;
Expand Down

0 comments on commit 7a6a46d

Please sign in to comment.