Adds a bunch of comments related to the open issues. Clear old comments.

This commit is contained in:
Sergi Delgado Segura
2019-08-12 14:02:41 +01:00
parent 1cde4a2a11
commit 0978d0bf9e
5 changed files with 16 additions and 13 deletions

View File

@@ -24,9 +24,6 @@ class Blob:
# Transaction to be encrypted
# FIXME: The blob data should contain more things that just the transaction. Leaving like this for now.
tx = unhexlify(self.data)
# FIXME: tx_id should not be necessary (can be derived from tx SegWit-like). Passing it for now
# Extend the key using HKDF
tx_id = unhexlify(tx_id)
# master_key = H(tx_id | tx_id)