mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
mutable: stub out pubkey creation until we wire in pycryptopp properly
This commit is contained in:
parent
ddf4d23bef
commit
8be9ef5149
@ -919,6 +919,9 @@ class MutableFileNode:
|
||||
# TODO: wire these up to pycryptopp
|
||||
privkey = "very private"
|
||||
pubkey = "public"
|
||||
from allmydata.test.test_mutable import FakePrivKey, FakePubKey
|
||||
pubkey = FakePubKey(0)
|
||||
privkey = FakePrivKey(0)
|
||||
return pubkey, privkey
|
||||
|
||||
def _publish(self, initial_contents):
|
||||
|
Loading…
Reference in New Issue
Block a user