From e30d465a6a6f1dfbeb46539cce8872ea0fc94335 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Wed, 26 Aug 2020 13:49:42 +0000 Subject: bip174: add `_IN_` to new hash preimage fields --- bip-0174.mediawiki | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bip-0174.mediawiki') diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki index 65fa9a9..b9ac958 100644 --- a/bip-0174.mediawiki +++ b/bip-0174.mediawiki @@ -200,25 +200,25 @@ The currently defined per-input types are defined as follows: ** Value: The UTF-8 encoded commitment message string for the proof-of-reserves. See [[bip-0127.mediawiki|BIP 127]] for more information. *** {porCommitment} -* Type: RIPEMD160 preimage PSBT_RIPEMD160 = 0x0a +* Type: RIPEMD160 preimage PSBT_IN_RIPEMD160 = 0x0a ** Key: The resulting hash of the preimage *** {0x0a}|{20-byte hash} ** Value: The hash preimage, encoded as a byte vector, which must equal the key when run through the `RIPEMD160` algorithm *** {preimage} -* Type: SHA256 preimage PSBT_SHA256 = 0x0b +* Type: SHA256 preimage PSBT_IN_SHA256 = 0x0b ** Key: The resulting hash of the preimage *** {0x0b}|{32-byte hash} ** Value: The hash preimage, encoded as a byte vector, which must equal the key when run through the `SHA256` algorithm *** {preimage} -* Type: HASH160 preimage PSBT_HASH160 = 0x0c +* Type: HASH160 preimage PSBT_IN_HASH160 = 0x0c ** Key: The resulting hash of the preimage *** {0x0c}|{20-byte hash} ** Value: The hash preimage, encoded as a byte vector, which must equal the key when run through the `SHA256` algorithm followed by the `RIPEMD160` algorithm *** {preimage} -* Type: HASH256 preimage PSBT_HASH256 = 0x0d +* Type: HASH256 preimage PSBT_IN_HASH256 = 0x0d ** Key: The resulting hash of the preimage *** {0x0d}|{32-byte hash} ** Value: The hash preimage, encoded as a byte vector, which must equal the key when run through the `SHA256` algorithm twice -- cgit v1.2.3