Skip to content

Commit d2baee1

Browse files
committed
progress
1 parent fc17427 commit d2baee1

File tree

105 files changed

+11430
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+11430
-1
lines changed

AwsEncryptionSDK/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ ENABLE_EXTERN_PROCESSING=1
55

66
TRANSPILE_TESTS_IN_RUST := 1
77

8+
ENABLE_EXTERN_PROCESSING=1
9+
810
include ../SharedMakefileV2.mk
911

1012
DIR_STRUCTURE_V2=V2

AwsEncryptionSDK/project.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This file stores the top level dafny version information.
2+
# All elements of the project need to agree on this version.
3+
dafnyVersion=4.9.0
4+
dafnyVerifyVersion=4.9.0
5+
dafnyFormatVersion=4.9.0
6+
projectJavaVersion=4.1.0
7+
mplDependencyJavaVersion=1.9.0-SNAPSHOT
8+
dafnyRuntimeJavaVersion=4.9.0
9+
smithyDafnyJavaConversionVersion=0.1.1

AwsEncryptionSDK/runtimes/python/poetry.lock

Lines changed: 420 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[tool.poetry]
2+
name = "aws-encryption-sdk"
3+
version = "0.1.0"
4+
description = ""
5+
authors = ["AWS Crypto Tools <[email protected]>"]
6+
packages = [
7+
{ include = "aws_encryption_sdk", from = "src" }
8+
]
9+
# Include generated internaldafny files in package distributions,
10+
# even though they are not included in version control
11+
include = ["**/internaldafny/generated/*.py"]
12+
13+
[tool.poetry.dependencies]
14+
python = "^3.11.0"
15+
aws-cryptographic-material-providers = "1.7.4"
16+
17+
[tool.poetry.group.test.dependencies]
18+
pytest = "^7.4.0"
19+
20+
[build-system]
21+
requires = ["poetry-core"]
22+
build-backend = "poetry.core.masonry.api"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
# Initialize generated Dafny
5+
from .internaldafny.generated import module_
6+

AwsEncryptionSDK/runtimes/python/src/aws_encryption_sdk/internaldafny/generated/AwsCryptographyEncryptionSdkTypes.py

Lines changed: 403 additions & 0 deletions
Large diffs are not rendered by default.

AwsEncryptionSDK/runtimes/python/src/aws_encryption_sdk/internaldafny/generated/AwsEncryptionSdkOperations.py

Lines changed: 558 additions & 0 deletions
Large diffs are not rendered by default.

AwsEncryptionSDK/runtimes/python/src/aws_encryption_sdk/internaldafny/generated/EncryptDecryptHelpers.py

Lines changed: 633 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)