-
Notifications
You must be signed in to change notification settings - Fork 31
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
fix: added a check to handle self symmetric shared #1072
Draft
Xlin123
wants to merge
38
commits into
trunk
Choose a base branch
from
xlin-corruptpadblock
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
617fe5a
fix: added a check to handle self symmetric shared
Xlin123 026831f
fix: removed import that i added
Xlin123 cfc3b7f
fix: removed uneeded regex
Xlin123 63cb2b8
fix: trying at_chops
Xlin123 b7a8e6f
fix: self key should be done
Xlin123 dc9fa27
fix: added more detailed exception
Xlin123 b1822a7
fix(shared_key_decryption): added exception
Xlin123 54847ec
fix: fixed line endings back to 80
Xlin123 15a411d
feat: made a test for the bug
Xlin123 ef18d4f
Merge branch 'trunk' into xlin-corruptpadblock
Xlin123 0903676
fix: changed sharedWith to sharedBy
Xlin123 3cce56e
fix: shared keys no longer go to encrypt the value as an aes key
Xlin123 58a1eb0
fix: AtKeyResult cast issue fixed
Xlin123 80025a6
fix: using .result instead of toString
Xlin123 a1b1ce4
fix: .result for self keys
Xlin123 8b226b9
fix: localKeys are also throwing corrupted pad blocks
Xlin123 cafd457
Merge branch 'trunk' into xlin-corruptpadblock
gkc a58d9e5
feat: added functional tests
Xlin123 e88239f
chore: looking inside vip ( there's probably a better way to do this )
Xlin123 c166615
chore: trying something
Xlin123 40648d4
chore: fixing small errors
Xlin123 fc82fc8
fix: missing atChops null check
Xlin123 352afc0
fix: a bunch of dumb mistakes
Xlin123 a3ae63e
fix: formatting and loading keys
Xlin123 d4cc7d4
Revert "fix: formatting and loading keys"
Xlin123 431608a
ci:
Xlin123 907fc64
Merge branch 'trunk' into xlin-corruptpadblock
Xlin123 a59221f
ci:
Xlin123 bec41f2
ci: ran dart format
Xlin123 4703eaf
ci: wavi is getting appended as namespace? it should exist...
Xlin123 9423ae6
ci: what.
Xlin123 fc69d04
ci:
Xlin123 63fa8df
ci: whyyyyy
Xlin123 8268851
ci: pls
Xlin123 7f44ae8
ci: sorry for running 30000 workflows
Xlin123 f53832b
ci: im
Xlin123 0811dbd
ci: 🛠
Xlin123 051a67b
ci: PLEAAASE
Xlin123 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 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 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 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 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The copy alice will create for themselves of a shared key they cut for bob will be
shared_key.bob@alice
. Will this test work? What happens when you use this branch with your REPL?