summaryrefslogtreecommitdiff
path: root/bip-0129.mediawiki
diff options
context:
space:
mode:
authorscgbckbone <scgbckbone@proton.me>2022-11-22 01:45:26 +0100
committerscgbckbone <scgbckbone@proton.me>2022-11-22 01:47:46 +0100
commit9df0b19c243362e798186d82e4484a677dc6f854 (patch)
tree179623c63540d505f401851dcb48ceda808e4bda /bip-0129.mediawiki
parent15c8203eb36304efa1e4588b950f62a5bb32f965 (diff)
downloadbips-9df0b19c243362e798186d82e4484a677dc6f854.tar.xz
update bip-0129.mediawiki
Diffstat (limited to 'bip-0129.mediawiki')
-rw-r--r--bip-0129.mediawiki7
1 files changed, 5 insertions, 2 deletions
diff --git a/bip-0129.mediawiki b/bip-0129.mediawiki
index 8719fe4..d2c29d9 100644
--- a/bip-0129.mediawiki
+++ b/bip-0129.mediawiki
@@ -47,11 +47,14 @@ Concerns #4 and #5 should be handled by Signers and are out of scope of this pro
==Specification==
===Prerequisites===
-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].
+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].
===File Extensions===
All descriptor and key records should have a <tt>.bsms</tt> file extension. Encrypted data should have a <tt>.dat</tt> extension.
+===Newline===
+This specification uses line feed (LF) control character <tt>\n</tt>.
+
===Roles===
====Coordinator====
@@ -141,7 +144,7 @@ Whereas:
* Password = "No SPOF"
* Salt = <tt>TOKEN</tt>
* c = 2048
-* dkLen = 256
+* dkLen = 256 bits (32 bytes)
* DKey = Derived <tt>ENCRYPTION_KEY</tt>
====Encryption Scheme====