Skip to content

Commit 636bd66

Browse files
chore(dafny): bump libraries submodule to latest commit (#1510)
1 parent b3157eb commit 636bd66

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.github/workflows/library_interop_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
strategy:
2020
matrix:
2121
library: [TestVectorsAwsCryptographicMaterialProviders]
22-
os: [
22+
os:
23+
[
2324
# https://taskei.amazon.dev/tasks/CrypTool-5283
2425
# windows-latest,
2526
ubuntu-22.04,

AwsCryptographicMaterialProviders/dafny/AwsCryptographyKeyStore/test/Fixtures.dfy

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,17 @@ module Fixtures {
6161

6262
const branchKeyStoreName := "KeyStoreDdbTable"
6363
const logicalKeyStoreName := branchKeyStoreName
64-
const branchKeyId := "75789115-1deb-4fe3-a2ec-be9e885d1945"
65-
const branchKeyIdActiveVersion := "fed7ad33-0774-4f97-aa5e-6c766fc8af9f"
66-
67-
const branchKeyIdWithEC := "4bb57643-07c1-419e-92ad-0df0df149d7c"
64+
const branchKeyId := "3f43a9af-08c5-4317-b694-3d3e883dcaef"
65+
const branchKeyIdActiveVersion := "a4905627-4b7f-4272-a847-f50dae245737"
6866
// This is branchKeyIdActiveVersion above, as utf8bytes
6967
const branchKeyIdActiveVersionUtf8Bytes: seq<uint8> := [
70-
102, 101, 100, 55, 97, 100, 51, 51, 45,
71-
48, 55, 55, 52, 45, 52, 102, 57, 55,
72-
45, 97, 97, 53, 101, 45, 54, 99, 55,
73-
54, 54, 102, 99, 56, 97, 102, 57, 102
68+
97, 52, 57, 48, 53, 54, 50, 55, 45, 52,
69+
98, 55, 102, 45, 52, 50, 55, 50, 45, 97,
70+
56, 52, 55, 45, 102, 53, 48, 100, 97, 101,
71+
50, 52, 53, 55, 51, 55
7472
]
73+
const branchKeyIdWithEC := "4bb57643-07c1-419e-92ad-0df0df149d7c"
74+
7575
// THESE ARE TESTING RESOURCES DO NOT USE IN A PRODUCTION ENVIRONMENT
7676
const keyArn := "arn:aws:kms:us-west-2:370957321024:key/9d989aa2-2f9c-438c-a745-cc57d3ad0126"
7777
const keyId := "9d989aa2-2f9c-438c-a745-cc57d3ad0126"

0 commit comments

Comments
 (0)