Re: [w3c/webpayments-crypto] Where to communicate responseEncryptionKey (#6)

BTW, these keys might not be large. Here is an example of an Elliptic Curve key (from RFC 7517):

         {"kty":"EC",
          "crv":"P-256",
          "x":"MKBCTNIcKUSDii11ySs3526iDZ8AiTo7Tu6KPAqv7D4",
          "y":"4Etl6SRW2YiLUrN5vfvVHuhp7x8PxltmWWlbbM4IFyM",
          "use":"enc",
          "kid":"1"},


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webpayments-crypto/issues/6#issuecomment-371517543

Received on Thursday, 8 March 2018 15:17:12 UTC