File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
runtimes/java/src/main/java/Utils Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ module {:options "-functionSyntax:4"} JsonConfig {
3232 import CreateInterceptedDDBClient
3333 import DynamoDbItemEncryptor
3434
35- const {:extern "Utils. constants", "getDefaultKeys"} DEFAULT_KEYS : string
36-
3735 predicate IsValidInt32 (x: int ) { - 0x8000_0000 <= x < 0x8000_0000}
3836 type ConfigName = string
3937
Original file line number Diff line number Diff line change 1+ package Utils ;
2+
3+ public class constants {
4+ public static dafny .DafnySequence <? extends Character > getDefaultKeys (){
5+ return dafny .DafnySequence .asString ("../../../submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/dafny/TestVectorsAwsCryptographicMaterialProviders/test/keys.json" );
6+ }
7+ }
You can’t perform that action at this time.
0 commit comments