Skip to content

Commit 9df0b19

Browse files
committed
update bip-0129.mediawiki
1 parent 15c8203 commit 9df0b19

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

bip-0129.mediawiki

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,14 @@ Concerns #4 and #5 should be handled by Signers and are out of scope of this pro
4747
==Specification==
4848

4949
===Prerequisites===
50-
This proposal assumes the parties in the multisig support [https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki BIP-0032], [https://github.com/bitcoin/bips/blob/master/bip-0322.mediawiki BIP-0322], [https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md the descriptor language] and [https://tools.ietf.org/html/rfc3686 AES encryption].
50+
This proposal assumes the parties in the multisig support [https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki BIP-0032], [https://github.com/bitcoin/bips/blob/master/bip-0322.mediawiki BIP-0322], [https://github.com/bitcoin/bips/blob/master/bip-0380.mediawiki BIP-0380 Output Script Descriptors] ([https://github.com/bitcoin/bips/blob/master/bip-0381.mediawiki BIP-0381],[https://github.com/bitcoin/bips/blob/master/bip-0382.mediawiki BIP-0382],[https://github.com/bitcoin/bips/blob/master/bip-0383.mediawiki BIP-0383]) and [https://tools.ietf.org/html/rfc3686 AES encryption].
5151

5252
===File Extensions===
5353
All descriptor and key records should have a <tt>.bsms</tt> file extension. Encrypted data should have a <tt>.dat</tt> extension.
5454

55+
===Newline===
56+
This specification uses line feed (LF) control character <tt>\n</tt>.
57+
5558
===Roles===
5659
====Coordinator====
5760

@@ -141,7 +144,7 @@ Whereas:
141144
* Password = "No SPOF"
142145
* Salt = <tt>TOKEN</tt>
143146
* c = 2048
144-
* dkLen = 256
147+
* dkLen = 256 bits (32 bytes)
145148
* DKey = Derived <tt>ENCRYPTION_KEY</tt>
146149
147150
====Encryption Scheme====

0 commit comments

Comments
 (0)