Skip to content

Instantly share code, notes, and snippets.

@rhelmer
Created May 6, 2020 23:53
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 rhelmer/d4ae0ff835168448453b536709317c58 to your computer and use it in GitHub Desktop.
Save rhelmer/d4ae0ff835168448453b536709317c58 to your computer and use it in GitHub Desktop.
const privateKey = {
crv: "P-256",
d: "rcs093UlGDG6piwHenmSDoAxbzMIXT43JkQbkt3xEmI",
ext: true,
key_ops: ["deriveKey"],
kty: "EC",
x: "h12feyTYBZ__wO_AnM1a5-KTDlko3-YyQ_en19jyrs0",
y: "6GSfzo14ehDyH5E-xCOedJDAYlN0AGPMCtIgFbheLko",
};
const publicKey = {
crv: "P-256",
ext: true,
kty: "EC",
x: "h12feyTYBZ__wO_AnM1a5-KTDlko3-YyQ_en19jyrs0",
y: "6GSfzo14ehDyH5E-xCOedJDAYlN0AGPMCtIgFbheLko",
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment