Skip to content

Instantly share code, notes, and snippets.

@bshambaugh
Created December 18, 2022 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bshambaugh/eb2c994ea7c0840eea2671dcd20bf415 to your computer and use it in GitHub Desktop.
Save bshambaugh/eb2c994ea7c0840eea2671dcd20bf415 to your computer and use it in GitHub Desktop.
chacha ahead algorithms and JWE links
Chacha derived AEAD algorithms in JSON Object Signing and Encryption
(JOSE)
draft-amringer-jose-chacha-02
https://datatracker.ietf.org/doc/html/draft-amringer-jose-chacha-02
https://github.com/decentralized-identity/didcomm-messaging/issues/187
https://github.com/panva/jose-chacha/issues/1
https://pkg.go.dev/github.com/hyperledger/aries-framework-go/pkg/crypto/tinkcrypto
https://www.googlecloudcommunity.com/gc/Apigee/How-to-decode-the-encrypted-JWE-token-using-the-ECDH-ES-A128KW/m-p/46776
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment