Skip to content

This is the cryptography algorithm used in bitcoin to generate public and private keys. Bitcoin uses SECP256k1 C-language library to use this encryption in the Bitcoin operating system.

Notifications You must be signed in to change notification settings

ocdbytes/SECP256k1_Bitcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SECP256k1_Bitcoin

This is the cryptography algorithm used in bitcoin to generate public and private keys.
Bitcoin uses SECP256k1 C-language library to use this encryption in the Bitcoin operating system.

Installations

pip3 install pycryptodome

Imports

from Crypto.Cipher import PKCS1_OAEP
from Crypto.PublicKey import RSA
from binascii import hexlify

About

This is the cryptography algorithm used in bitcoin to generate public and private keys. Bitcoin uses SECP256k1 C-language library to use this encryption in the Bitcoin operating system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published