You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
The current JWE key templates were based off of Tink Hybrid which does not specify the key types and curves used.
In order to distinguish the default A256GCM content encryption and A256KW key wrapping from Chacha keys, they need to be renamed along with their key manager and protos.
This will help introduce key tempates and managers for Chacha with X25519/A256 KW
The text was updated successfully, but these errors were encountered:
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
Closeshyperledger-archives#1804Closeshyperledger-archives#1805
Signed-off-by: Baha Shaaban <[email protected]>
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
Closeshyperledger-archives#1804Closeshyperledger-archives#1805
Signed-off-by: Baha Shaaban <[email protected]>
baha-ai
pushed a commit
to baha-ai/aries-framework-go
that referenced
this issue
May 14, 2020
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 AES keys from ChaCha keys
Closeshyperledger-archives#1804Closeshyperledger-archives#1805
Signed-off-by: Baha Shaaban <[email protected]>
The current JWE key templates were based off of Tink Hybrid which does not specify the key types and curves used.
In order to distinguish the default A256GCM content encryption and A256KW key wrapping from Chacha keys, they need to be renamed along with their key manager and protos.
This will help introduce key tempates and managers for Chacha with X25519/A256 KW
The text was updated successfully, but these errors were encountered: