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 {
3636 }
3737 }
3838
39- method ASDF ()
39+ method ASDF ()
4040 {
4141 // KeyVectors client passed to every test.
4242 // All test vectors currently use the same keys manifest, located at DEFAULT_KEYS.
4343 // All test vectors can share this same KeyVectors client.
4444
45- // To use a different keys manifest, create a new KeyVectors client.
45+ // To use a different keys manifest, create a new KeyVectors client.
4646 // If you need to create a new KeyVectors client, create it as infrequently as possible.
4747 // Creating this client frequently means JSON is parsed frequently.
4848 // 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