Created
March 23, 2017 16:39
-
-
Save pimeys/202e66bc2b7530e7cb92cd54386af558 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
server_key = pyelliptic.ECC(curve="prime256v1") | |
server_key_id = base64.urlsafe_b64encode(server_key.get_pubkey()[1:]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment