We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac02188 commit 9465722Copy full SHA for 9465722
DynamoDbEncryption/dafny/DynamoDbEncryption/src/MemoryMath.dfy
@@ -1,3 +1,6 @@
1
+// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2
+// SPDX-License-Identifier: Apache-2.0
3
+
4
// When dealing with actual data in actual memory, we can be confident that
5
// none of the numbers will exceed an exabyte, so we can use uint64, rather than nat.
6
// To convince Dafny that this is true, we have the following functions
0 commit comments