forked from hyperledger-archives/aries-framework-go
-
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.
feat: Add support for X25519 key wrapping in ECDH Tink key
This change adds support for both X25519 and NIST P key wrapping via the use of the ECDH key types and the Crypto service's WrapKey() and UnwrapKey() functions. This change also removes redundant ECDH key templates who were originally intended to include KW primitive logic but is not necessary since KW is executed outside of the Tink key. closes hyperledger-archives#2445 Signed-off-by: Baha Shaaban <[email protected]>
- Loading branch information
Baha Shaaban
committed
Jan 22, 2021
1 parent
1a54003
commit a3c3117
Showing
46 changed files
with
2,136 additions
and
2,286 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
Oops, something went wrong.