summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2017-03-22 22:47:27 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2017-03-22 22:47:27 +0000
commit50965e76b6441365c9bfa57c9cf7d5b425a29c84 (patch)
treeceed414351652fb67934217023a2987c3af69c97
parent5291558603e58a79b6505ad17e5ee595cb1bb59f (diff)
downloadbips-50965e76b6441365c9bfa57c9cf7d5b425a29c84.tar.xz
bip-sizefp: Add links
-rw-r--r--bip-sizefp.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-sizefp.mediawiki b/bip-sizefp.mediawiki
index 29d1478..5f5ab64 100644
--- a/bip-sizefp.mediawiki
+++ b/bip-sizefp.mediawiki
@@ -111,11 +111,11 @@ Why must a full tx size proof be included?
How does the full tx size proof actually prove the size?
-* The first step of SHA2 hashing is to transform the input data into chunks. The final chunk is required to include the absolute length of the input data at the end of the final chunk. Therefore, by committing to the midstate prior to the final chunk, and replaying only the final chunk, we can confirm that the claimed size matches the full transaction data being hashed.
+* The first step of SHA2 hashing is to transform the input data into chunks (per [https://tools.ietf.org/html/rfc4634#section-4.1 RFC 4634]). The final chunk is required to include the absolute length of the input data at the end of the final chunk. Therefore, by committing to the midstate prior to the final chunk, and replaying only the final chunk, we can confirm that the claimed size matches the full transaction data being hashed.
How does this prove the block weight?
-* The block weight defined by BIP 141 is the size of the block stripped of its segwit signatures times 3, plus the full size of the block. By proving minimal sizes of both the stripped block and the full block, a minimal weight can also be calculated.
+* The block weight defined by [[bip-0141.mediawiki|BIP 141]] is the size of the block stripped of its segwit signatures times 3, plus the full size of the block. By proving minimal sizes of both the stripped block and the full block, a minimal weight can also be calculated.
Why is the number of transactions in the block represented as a log2?