w3c / webpayments-crypto

Crypto discussions of the Web Payments Working Group
https://github.com/w3c/webpayments-crypto/wiki
Other
5 stars 7 forks source link

Confusion between CEK and JWE Encryption Key #12

Closed adrianhopebailie closed 6 years ago

adrianhopebailie commented 6 years ago

The spec at https://w3c.github.io/webpayments-crypto/ describes the CEK as an RSA public key but this is in fact the JWE Encryption Key (which encrypts the symmetric CEK) for exchange.

ianbjacobs commented 6 years ago

@adrianhopebailie, thank you for the review. Could you suggest some concrete replacement text?

adrianhopebailie commented 6 years ago

Will do a PR, just capturing issues as I go