mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 06:04:21 +01:00
Added signatures to appointment
This commit is contained in:
6
apps/generate_key.py
Normal file
6
apps/generate_key.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import ecdsa
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
sk = ecdsa.SigningKey.generate(curve=ecdsa.SECP256k1)
|
||||
print(sk.to_der())
|
||||
Reference in New Issue
Block a user