This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 162
Add support for X25519 key wrapping in ECDH Tink key #2445
Comments
baha-ai
pushed a commit
to baha-ai/aries-framework-go
that referenced
this issue
Jan 21, 2021
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]>
baha-ai
pushed a commit
to baha-ai/aries-framework-go
that referenced
this issue
Jan 22, 2021
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]>
baha-ai
pushed a commit
to baha-ai/aries-framework-go
that referenced
this issue
Jan 22, 2021
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]>
baha-ai
pushed a commit
to baha-ai/aries-framework-go
that referenced
this issue
Jan 22, 2021
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]>
baha-ai
pushed a commit
to baha-ai/aries-framework-go
that referenced
this issue
Jan 22, 2021
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]>
sudeshrshetty
pushed a commit
to sudeshrshetty/aries-framework-go
that referenced
this issue
Oct 18, 2021
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]>
sudeshrshetty
pushed a commit
to sudeshrshetty/aries-framework-go
that referenced
this issue
Jan 22, 2022
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]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Include support for X25519 key wrapping similar to NIST approved curves ECDH-ES key wrapping.
The text was updated successfully, but these errors were encountered: