-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(comms)!: use domain hasher for noise DH key derivation (#4432)
Description --- Hashes the noise DH shared secret Motivation and Context --- All DH shared secrets should be hashed to remove any possible slight bias in the resulting key. Ref #4393 How Has This Been Tested? --- Unit test updated. Existing tests pass
- Loading branch information
Showing
2 changed files
with
16 additions
and
5 deletions.
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