]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
'tahoe admin generate-keypair/derive-pubkey': add Ed25519 keypair commands
authorBrian Warner <warner@lothar.com>
Mon, 12 Mar 2012 22:02:58 +0000 (15:02 -0700)
committerBrian Warner <warner@lothar.com>
Wed, 14 Mar 2012 01:24:32 +0000 (18:24 -0700)
commit5ea8b698a5b51c4468185e1d03497de00975f868
treea8fcb2203befd8db8f1c182c6f42128d9f132ad1
parent0e60920bafb39a695c0b27a7c671890685a93d7b
'tahoe admin generate-keypair/derive-pubkey': add Ed25519 keypair commands

Also add parse_privkey/parse_pubkey tools to util.keyutil
src/allmydata/scripts/admin.py [new file with mode: 0644]
src/allmydata/scripts/runner.py
src/allmydata/test/test_cli.py
src/allmydata/util/keyutil.py [new file with mode: 0644]