Browse Source

Merge pull request #25 from schildbach/bip70-typo-certificates

Fix typo: PaymentRequest is hashed rather than the Payment message.
2015_12_bip1
Gavin Andresen 11 years ago
parent
commit
6c06f31ada
  1. 2
      bip-0070.mediawiki

2
bip-0070.mediawiki

@ -212,7 +212,7 @@ chain:
repeated bytes certificate = 1;
}
</pre>
If pki_type is "x509+sha256", then the Payment message is hashed using
If pki_type is "x509+sha256", then the PaymentRequest message is hashed using
the SHA256 algorithm to produce the message digest that is
signed. If pki_type is "x509+sha1", then the SHA1 algorithm is
used.

Loading…
Cancel
Save