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 {
139
139
.MapFailure (e => Error.DynamoDbEncryptionException(message := e));
140
140
141
141
output := UUID. ToByteArray (uuid)
142
- .MapFailure (e => Error.DynamoDbEncryptionException(message := e));
142
+ .MapFailure (e => Error.DynamoDbEncryptionException(message := e));
143
143
}
144
144
145
145
datatype KeyLocation =
@@ -341,7 +341,7 @@ module SearchableEncryptionInfo {
341
341
var identifierDigestInput := Prim. DigestInput (
342
342
digestAlgorithm := hashAlgorithm, message := identifier
343
343
);
344
- var maybeCacheDigest := client. Digest (identifierDigestInput);
344
+ var maybeCacheDigest := client. Digest (identifierDigestInput);
345
345
var cacheDigest :- maybeCacheDigest. MapFailure (e => AwsCryptographyPrimitives(e));
346
346
347
347
// Use the SHA384 of the identifier as the cache identifier
You can’t perform that action at this time.
0 commit comments