Skip to content
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

Compute the AES key using HKDF #260

Merged
merged 3 commits into from
Dec 18, 2024
Merged

Compute the AES key using HKDF #260

merged 3 commits into from
Dec 18, 2024

Conversation

xevisalle
Copy link
Member

@xevisalle xevisalle commented Dec 17, 2024

Resolves: #261

@xevisalle xevisalle force-pushed the hash_key branch 3 times, most recently from 35a41c7 to 3dbce97 Compare December 17, 2024 18:50
@xevisalle xevisalle changed the title Hash the shared key Compute the AES key using HKDF Dec 17, 2024
Copy link
Contributor

@marta-belles marta-belles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks good to me, but I think it's best if a dev also takes a look at it.

core/Cargo.toml Outdated Show resolved Hide resolved
@xevisalle xevisalle linked an issue Dec 18, 2024 that may be closed by this pull request
Copy link
Member

@moCello moCello left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

core/CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Member

@Neotamandua Neotamandua left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

core/CHANGELOG.md Outdated Show resolved Hide resolved
core/Cargo.toml Outdated Show resolved Hide resolved
@xevisalle xevisalle merged commit 434ded6 into master Dec 18, 2024
7 checks passed
@xevisalle xevisalle deleted the hash_key branch December 18, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

core: Improve key derivation for AES
5 participants