<div dir="ltr">Hi all,<div><br></div><div>We&#39;ve made some significant changes to BIP75 which we think simplify things greatly:<br><br>Instead of introducing encrypted versions of all BIP70 messages (EncryptedPaymentRequest, EncryptedPayment, etc), we have defined a generic EncryptedProtocolMessage type which is essentially a wrapper that enables encryption for all existing BIP70 messages. This reduces the number of new messages we are defining and makes it easier to add new message types in the future.<br><br>We&#39;ve also decided to use AES-GCM instead of AES-CBC, which eliminates the need for the verification hash.<br><br>A pull request has been submitted, which can be seen here: <a href="https://github.com/bitcoin/bips/pull/385">https://github.com/bitcoin/bips/pull/385</a><br><br>All comments are welcome. Thank you!<br><br>James</div></div>