mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 06:04:21 +01:00
Update missing readmes and circleci
- Some apps intances were not removed - requeriment paths were wrong in circleci and some apps path needed to be removed
This commit is contained in:
@@ -8,7 +8,7 @@ from cryptography.hazmat.primitives.asymmetric import ec
|
||||
|
||||
|
||||
"""
|
||||
Simple too to generate an ECDSA key pair using the secp256k1 curve and store it on disk.
|
||||
Simple way too to generate an ECDSA key pair using the secp256k1 curve and store it on disk.
|
||||
|
||||
Default output dir = .
|
||||
Default key naming = teos_sk.der and teos_pk.der
|
||||
@@ -38,7 +38,7 @@ def save_pk(pk, filename):
|
||||
|
||||
if __name__ == "__main__":
|
||||
name = "teos"
|
||||
output_dir = "apps"
|
||||
output_dir = "."
|
||||
|
||||
opts, _ = getopt(argv[1:], "n:d:", ["name", "dir"])
|
||||
for opt, arg in opts:
|
||||
|
||||
Reference in New Issue
Block a user