Neptune-Crypto / neptune-core

anonymous peer-to-peer cash
Apache License 2.0
25 stars 7 forks source link

Add MdBook for Documentation #160

Closed aszepieniec closed 3 months ago

aszepieniec commented 3 months ago
Sword-Smith commented 3 months ago

RemovalRecordsIntegrity :: (transaction_kernel_mast_hash : Digest) ⟶ (inputs_salted_utxos_hash : Digest)

Is the RemovalRecordsIntegrity program supposed to output something? I don't see that being the case currently. But maybe that's just in the pipeline?

aszepieniec commented 3 months ago

RemovalRecordsIntegrity :: (transaction_kernel_mast_hash : Digest) ⟶ (inputs_salted_utxos_hash : Digest)

Is the RemovalRecordsIntegrity program supposed to output something? I don't see that being the case currently. But maybe that's just in the pipeline?

Yes, although an equally valid design would have been to take input_salted_utxos_hash as an argument and authenticate it. We still need to update the code.