32 Keystore for the tests
35 alice_25519_enc_private_key = \
36 b
'\xde\xa2\xc1\x0b\xd1\xf7\x13\xf8J\xa4:\xa4\xb6\xfa\xbd\xd5\xc9' + \
37 b
'\x8a\xd9\xb6\xb4\xc4\xc4I\x88\xa4\xd9\xe2\xee\x9e\x9a\xff'
38 alice_25519_enc_public_key = \
39 b
'\x1eO"\n\xdaWnU+\xf5\xaa\x8a#\xd2*\xd3\x11\x9fc\xe52 \xd8^\xbc-' + \
42 bob_25519_enc_private_key = \
43 b
'\xd3\xf0\x8f ,\x1d#\xdc\xac,\x93\xbd\xd0\xd9\xed\x8c\x92\x822' + \
44 b
'\xef\xd6\x97^\x86\xf7\xe4/\x85\xb6\x10\xe6o'
45 bob_25519_enc_public_key = \
46 b
't\xc5{5j\xb5\x8a\xd3n\xb3\xab9\xe8s^13\xba\xa2\x91x\xb01(\xf9' + \
49 charlie_25519_enc_private_key = b
'zH\xb66q\x97\x0bO\xcb\xb9q\x9b\xbd-1`I' + \
50 b
'\xae\x00-\x11\xb9\xed}\x18\x9f\xf6\x8dr\xaa\xd4R'
51 charlie_25519_enc_public_key = \
52 b
'u\xe7\x88\x9c\xbfE(\xf8\x99\xca<\xa8[<\xa2\x88m\xad\rN"\xf0}' + \
53 b
'\xec\xfcB\x89\xe6\x96\xcf\x19U'
57 alice_encryption = EncryptionKeyPair(
63 bob_encryption = EncryptionKeyPair(
69 charlie_encryption = EncryptionKeyPair(
74 "Alice": ZethAddress.from_key_pairs(
75 alice_ownership, alice_encryption),
76 "Bob": ZethAddress.from_key_pairs(
77 bob_ownership, bob_encryption),
78 "Charlie": ZethAddress.from_key_pairs(
79 charlie_ownership, charlie_encryption),