mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-20 11:38:52 +00:00
whitespace
This commit is contained in:
parent
02bc5c1f42
commit
f261db7018
@ -38,7 +38,7 @@ generate-keypair, derive the public key and print it to stdout.
|
||||
|
||||
def derive_pubkey(options):
|
||||
out = options.stdout
|
||||
from allmydata.crypto.ed25519 import SigningKey
|
||||
from allmydata.crypto.ed25519 import SigningKey
|
||||
privkey_vs = options.privkey
|
||||
priv_key = SigningKey.parse_encoded_key(privkey_vs)
|
||||
print("private:", priv_key.encoded_key(), file=out)
|
||||
|
Loading…
Reference in New Issue
Block a user