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.
refactor: rename ECDHES Tink Key to distinguish NIST vs Chacha crypto
This change renames current ECDHES Tink key to prepare for adding support for (X)Chacha/X25519 type as ECDHES Tink key type. The following was changed: * Files names renamed to include `AES` keyword * new `KeyType` added in the proto, PublicKey and current logic to seperate EC keys from Chacha keys Closes hyperledger-archives#1804 Closes hyperledger-archives#1805 Signed-off-by: Baha Shaaban <[email protected]>
- Loading branch information
Baha Shaaban
committed
May 13, 2020
1 parent
3bee279
commit fd32913
Showing
25 changed files
with
430 additions
and
221 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
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.