-
Notifications
You must be signed in to change notification settings - Fork 219
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: address points in issue #4138 and companions #4336
Merged
aviator-app
merged 24 commits into
tari-project:development
from
jorgeantonio21:ja-derived-keys
Jul 28, 2022
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
2f10996
address points in issue #4138 and companions
jorgeantonio21 a103aba
Merge branch 'development' into ja-derived-keys
jorgeantonio21 33da112
correct bugs in chacha20poly1305 utilization
jorgeantonio21 0b17607
address domain separation regarding challenge generation for mac origin
jorgeantonio21 da661f8
run cargo fmt
jorgeantonio21 aee19eb
add tests for failure modes of new authentication encryption for key …
jorgeantonio21 b6e29d5
renaming
jorgeantonio21 95a9948
run cargo fmt
jorgeantonio21 ed61369
clippy: too many lines
jorgeantonio21 20b9323
rename origin_mac to message_signature
jorgeantonio21 58c5e5a
run cargo fmt
jorgeantonio21 cc743e3
add output type for ecdh exchange
jorgeantonio21 5600252
add new use of hashing API
jorgeantonio21 c2bb431
merge message-challenge-with-api branch
jorgeantonio21 2fa7515
add changes
jorgeantonio21 27f1ab6
add generic constant length array size for generate_ecdh_secret method
jorgeantonio21 ea94992
add minor changes
jorgeantonio21 c3a1d0a
Merge branch 'development' into ja-derived-keys
jorgeantonio21 52d8e8d
update tari-crypto tag version on cargo.toml
jorgeantonio21 0801a20
merge development
jorgeantonio21 065620a
refactor to use of hash_domain! macro
jorgeantonio21 c06b98c
remove generic from ecdh excahnge method
jorgeantonio21 c13ace2
Merge branch 'development' into ja-derived-keys
jorgeantonio21 b89f8af
Merge branch 'development' into ja-derived-keys
aviator-app[bot] 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
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.
You could remove the magic number by getting the tag size programmatically.