Created
May 6, 2020 23:53
-
-
Save rhelmer/d4ae0ff835168448453b536709317c58 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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