File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
DynamoDbEncryption/dafny/DynamoDbEncryption/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ module SearchableEncryptionInfo {
139139 .MapFailure (e => Error.DynamoDbEncryptionException(message := e));
140140
141141 output := UUID. ToByteArray (uuid)
142- .MapFailure (e => Error.DynamoDbEncryptionException(message := e));
142+ .MapFailure (e => Error.DynamoDbEncryptionException(message := e));
143143 }
144144
145145 datatype KeyLocation =
@@ -341,7 +341,7 @@ module SearchableEncryptionInfo {
341341 var identifierDigestInput := Prim. DigestInput (
342342 digestAlgorithm := hashAlgorithm, message := identifier
343343 );
344- var maybeCacheDigest := client. Digest (identifierDigestInput);
344+ var maybeCacheDigest := client. Digest (identifierDigestInput);
345345 var cacheDigest :- maybeCacheDigest. MapFailure (e => AwsCryptographyPrimitives(e));
346346
347347 // Use the SHA384 of the identifier as the cache identifier
You can’t perform that action at this time.
0 commit comments