1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-18 13:26:08 +01:00

Fix Implementation section spacing

This commit is contained in:
Matt David 2016-01-20 13:19:25 -08:00
parent 8c78781cf0
commit 88898c2f87

View File

@ -178,8 +178,13 @@ SHOULD be done through standard HTTP Status Code messaging ([https://tools.ietf.
** Use HMAC_DRBG.GENERATE(16) as the Initialization Vector (IV) (128 bits)
==Implementation==
A reference implementation for a Store & Forward server supporting this proposal can be found here: [https://github.com/netkicorp/addressimo Addressimo]
A reference client implementation can be found in the InvoiceRequest functional testing for Addressimo here: [https://github.com/netkicorp/addressimo/blob/master/functest/functest_ir.py InvoiceRequest Client Reference Implementation]
A reference implementation for a Store & Forward server supporting this proposal can be found here:
[https://github.com/netkicorp/addressimo Addressimo]
A reference client implementation can be found in the InvoiceRequest functional testing for Addressimo here:
[https://github.com/netkicorp/addressimo/blob/master/functest/functest_ir.py InvoiceRequest Client Reference Implementation]
==BIP70 Extension==
The following flowchart is borrowed from BIP70 and expanded upon in order to visually describe how this BIP is an extension to BIP70.