diff options
Diffstat (limited to 'bip-0052.mediawiki')
-rw-r--r-- | bip-0052.mediawiki | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0052.mediawiki b/bip-0052.mediawiki index ea60f13..aa42ab3 100644 --- a/bip-0052.mediawiki +++ b/bip-0052.mediawiki @@ -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. |