mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-21 03:55:27 +00:00
prefixes are bytes
This commit is contained in:
parent
05f6b7fea0
commit
e670921f56
@ -39,8 +39,8 @@ from allmydata.util.base32 import (
|
||||
b2a,
|
||||
)
|
||||
|
||||
PRIVATE_KEY_PREFIX = 'priv-v0-'
|
||||
PUBLIC_KEY_PREFIX = 'pub-v0-'
|
||||
PRIVATE_KEY_PREFIX = b'priv-v0-'
|
||||
PUBLIC_KEY_PREFIX = b'pub-v0-'
|
||||
|
||||
|
||||
def create_signing_keypair():
|
||||
|
Loading…
Reference in New Issue
Block a user