Remove obsolete comment

This commit is contained in:
Michał Sałaban 2019-01-28 00:13:12 +01:00
parent 213c352afe
commit c999f68cf1
1 changed files with 0 additions and 2 deletions

View File

@ -214,8 +214,6 @@ class Wallet(object):
b'SubAddr\0', master_svk,
struct.pack('<I', major), struct.pack('<I', minor)])
m = keccak_256(hsdata).digest()
# TODO: OK, the hash is calculated correctly. What's missing here is ed25519 math
# to do the following:
# D = master_psk + m * B
D = ed25519.add_compressed(
ed25519.decodepoint(master_psk),