We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a096c65 commit 5a22749Copy full SHA for 5a22749
decrypt_oracle/src/aws_encryption_sdk_decrypt_oracle/app.py
@@ -60,7 +60,7 @@ def basic_decrypt() -> Response:
60
APP.log.debug(APP.current_request.raw_body)
61
62
try:
63
- # The decrypt oracle needs to be able to decrypt any message
+ # The decrypt oracle needs to be able to decrypt any message
64
# it does not encrypt messages for anyone.
65
client = aws_encryption_sdk.EncryptionSDKClient(commitment_policy=CommitmentPolicy.FORBID_ENCRYPT_ALLOW_DECRYPT)
66
ciphertext = APP.current_request.raw_body
0 commit comments