File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
TestVectors/dafny/DDBEncryption/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ module WrappedDDBEncryptionMain {
36
36
}
37
37
}
38
38
39
- method ASDF ()
39
+ method ASDF ()
40
40
{
41
41
// KeyVectors client passed to every test.
42
42
// All test vectors currently use the same keys manifest, located at DEFAULT_KEYS.
43
43
// All test vectors can share this same KeyVectors client.
44
44
45
- // To use a different keys manifest, create a new KeyVectors client.
45
+ // To use a different keys manifest, create a new KeyVectors client.
46
46
// If you need to create a new KeyVectors client, create it as infrequently as possible.
47
47
// Creating this client frequently means JSON is parsed frequently.
48
48
// Parsing JSON is very slow in Python. Parse JSON as infrequently as possible.
You can’t perform that action at this time.
0 commit comments