We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a591e7f commit 75325b0Copy full SHA for 75325b0
TestVectors/dafny/DDBEncryption/src/Index.dfy
@@ -36,13 +36,13 @@ module WrappedDDBEncryptionMain {
36
}
37
38
39
- method ASDF()
+ method ASDF()
40
{
41
// KeyVectors client passed to every test.
42
// All test vectors currently use the same keys manifest, located at DEFAULT_KEYS.
43
// All test vectors can share this same KeyVectors client.
44
45
- // To use a different keys manifest, create a new KeyVectors client.
+ // To use a different keys manifest, create a new KeyVectors client.
46
// If you need to create a new KeyVectors client, create it as infrequently as possible.
47
// Creating this client frequently means JSON is parsed frequently.
48
// Parsing JSON is very slow in Python. Parse JSON as infrequently as possible.
0 commit comments