-
Notifications
You must be signed in to change notification settings - Fork 16
feat: simplify structured encryption #866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 43 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
4255ee1
feat: simplify structured encryption
ajewellamz 7cc2b24
AuthenticateAction
ajewellamz 563bf22
StructuredData
ajewellamz 8375a60
verification time
ajewellamz fd9992b
verification time
ajewellamz 0140e8c
verification speed
ajewellamz 90acfc4
specs
ajewellamz e904b71
revert Paths.dfy
ajewellamz 4b31c89
move to sequence of Path
ajewellamz e5bc34b
cleanup
ajewellamz 5ff1c22
verification
ajewellamz ee7c679
format
ajewellamz 0a81f47
verification
ajewellamz 917c6d4
verification
ajewellamz 8ab7586
m
ajewellamz c1c6d5b
fix
ajewellamz 4ee5581
m
ajewellamz 44dbc81
verification
ajewellamz ca9c757
merge from main
ajewellamz 6f3b8a8
merge from main
ajewellamz cc942d0
m
ajewellamz 5be8142
m
ajewellamz f3a7973
verify
ajewellamz f48dc0a
format
ajewellamz 535a3bf
duvet and specs
ajewellamz 59f7001
format
ajewellamz 313555c
repolymorph
ajewellamz f6d6e37
verify
ajewellamz d042829
m
ajewellamz 2223ee2
Merge branch 'main' into ajewell/simplify
ajewellamz 5e8c2d5
m
ajewellamz 4fb4544
m
ajewellamz 920fa16
Merge branch 'main' into ajewell/simplify
ajewellamz b69f2f5
Merge branch 'main' into ajewell/simplify
ajewellamz f94a464
clean up spec
ajewellamz 77242bc
m
ajewellamz 782d91f
changes documents
ajewellamz e54400c
ResolveAuthActions
ajewellamz e8c98bb
m
ajewellamz 52a2183
Merge branch 'main' into ajewell/simplify
ajewellamz ebd4c14
duvet
ajewellamz e5f998e
cleanup
ajewellamz f8e9f27
m
ajewellamz ae87387
PR feedback
ajewellamz 8eb5745
m
ajewellamz b597e30
Merge branch 'main' into ajewell/simplify
ajewellamz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ ImplementationFromDafny.cs | |
TestsFromDafny.cs | ||
**/bin | ||
**/obj | ||
node_modules | ||
project.properties |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,3 +77,8 @@ SERVICE_DEPS_DynamoDbEncryptionTransforms := \ | |
|
||
format_net: | ||
pushd runtimes/net && dotnet format DynamoDbEncryption.csproj && popd | ||
|
||
polymorph: | ||
export DAFNY_VERSION=4.2 | ||
npm i --no-save prettier@3 [email protected] | ||
make polymorph_code_gen PROJECT_DEPENDENCIES= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.