Skip to content

Commit e7cab57

Browse files
committed
f Newlines
1 parent 20d3270 commit e7cab57

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/io/vss_store.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ enum VssSchemaVersion {
5252
// stored key.
5353
V0,
5454
// The second deployed schema version.
55-
// Here we started to obfuscate the primary and secondary namespaces and the obfuscated `store_key` (`obfuscate(primary_namespace#secondary_namespace)#obfuscate(key)`) is now used as `aad` for encryption, ensuring that the encrypted blobs commit to the key they're stored under.
55+
//
56+
// Here we started to obfuscate the primary and secondary namespaces and the obfuscated
57+
// `store_key` (`obfuscate(primary_namespace#secondary_namespace)#obfuscate(key)`) is now used
58+
// as `aad` for encryption, ensuring that the encrypted blobs commit to the key they're stored
59+
// under.
5660
V1,
5761
}
5862

0 commit comments

Comments
 (0)