Skip to content

Commit 822e30e

Browse files
m
1 parent 6d67977 commit 822e30e

File tree

1 file changed

+1
-1
lines changed
  • TestVectors/runtimes/python/src/aws_encryption_sdk_test_vectors/internaldafny/extern

1 file changed

+1
-1
lines changed

TestVectors/runtimes/python/src/aws_encryption_sdk_test_vectors/internaldafny/extern/wrapped_esdk.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def Encrypt(self, dafny_encrypt_input):
7272
)
7373

7474
native_esdk_ciphertext, native_esdk_header = (
75-
self.native_esdk.encrypt(**native_encrypt_input)
75+
self.native_esdk.encrypt(**native_esdk_input)
7676
)
7777

7878
# if native_encrypt_input.algorithm_suite_id is None:

0 commit comments

Comments
 (0)