mirror of
https://github.com/bitcoin/bips.git
synced 2026-07-06 17:46:00 +00:00
Remove trailing whitespace from all BIPs
This commit is contained in:
@@ -25,7 +25,7 @@ Bitcoin network cannot profitably mine Bitcoin even if they have the capital to
|
||||
invest in mining hardware. From a practical perspective, Bitcoin adoption by
|
||||
companies like Tesla (which recently rescinded its acceptance of Bitcoin as
|
||||
payment) has been hampered by its massive energy consumption and perceived
|
||||
environmental impact.
|
||||
environmental impact.
|
||||
|
||||
<img src="bip-0052/btc_energy-small.png"></img>
|
||||
|
||||
@@ -137,7 +137,7 @@ x1 <- keccak(input)
|
||||
x2 <- reshape(x1, 64)
|
||||
|
||||
// Perform a matrix-vector multiplication.
|
||||
// The result is 64-vector of 14-bit unsigned.
|
||||
// The result is 64-vector of 14-bit unsigned.
|
||||
x3 <- vector_matrix_mult(x2, M)
|
||||
|
||||
// Truncate all values to 4 most significant bits.
|
||||
|
||||
Reference in New Issue
Block a user