mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 06:17:50 +00:00
keyutil -> ed25519
This commit is contained in:
parent
91af588c9b
commit
38069e51fb
@ -564,7 +564,7 @@ def create_storage_farm_broker(config, default_connection_handlers, foolscap_con
|
||||
grid_manager_keys = []
|
||||
for name, gm_key in config.enumerate_section('grid_managers').items():
|
||||
grid_manager_keys.append(
|
||||
keyutil.parse_pubkey(gm_key)
|
||||
ed25519.verifying_key_from_string(gm_key)
|
||||
)
|
||||
|
||||
# we don't actually use this keypair for anything (yet) as far
|
||||
|
Loading…
Reference in New Issue
Block a user