forked from aptos-labs/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[crypto] Simplify our Hkdf implementaiton
Our implementation of HKDF is the same as the one in the hkdf crate modulo a few edge case decisions and APIs. This reuses the HKDF crate while respecting our idiosyncracies, lightening our maintenance load. Closes aptos-labs#4473 Closes: aptos-labs#5330 Approved by: kchalkias
- Loading branch information
1 parent
43d6787
commit ddab1ee
Showing
3 changed files
with
26 additions
and
38 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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