@bcts/components 1.0.0-alpha.20 → 1.0.0-alpha.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -25,7 +25,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
25
25
  }) : target, mod));
26
26
 
27
27
  //#endregion
28
- const require_digest = require('./digest-DTBmqDcQ.cjs');
28
+ const require_digest = require('./digest-DWA5qjpo.cjs');
29
29
  let _bcts_dcbor = require("@bcts/dcbor");
30
30
  let _bcts_tags = require("@bcts/tags");
31
31
  let pako = require("pako");
@@ -65,6 +65,10 @@ function isDecrypter(obj) {
65
65
  //#endregion
66
66
  //#region src/json.ts
67
67
  /**
68
+ * Copyright © 2023-2026 Blockchain Commons, LLC
69
+ * Copyright © 2025-2026 Parity Technologies
70
+ *
71
+ *
68
72
  * A CBOR-tagged container for UTF-8 JSON text.
69
73
  *
70
74
  * Ported from bc-components-rust/src/json.rs
@@ -241,6 +245,10 @@ var JSON = class JSON {
241
245
  //#endregion
242
246
  //#region src/compressed.ts
243
247
  /**
248
+ * Copyright © 2023-2026 Blockchain Commons, LLC
249
+ * Copyright © 2025-2026 Parity Technologies
250
+ *
251
+ *
244
252
  * A compressed binary object with integrity verification.
245
253
  *
246
254
  * Ported from bc-components-rust/src/compressed.rs
@@ -524,6 +532,10 @@ var Compressed = class Compressed {
524
532
  //#endregion
525
533
  //#region src/hkdf-rng.ts
526
534
  /**
535
+ * Copyright © 2023-2026 Blockchain Commons, LLC
536
+ * Copyright © 2025-2026 Parity Technologies
537
+ *
538
+ *
527
539
  * A deterministic random number generator based on HKDF-HMAC-SHA256.
528
540
  *
529
541
  * Ported from bc-components-rust/src/hkdf_rng.rs
@@ -740,13 +752,17 @@ var HKDFRng = class HKDFRng {
740
752
  * @returns A Promise resolving to a Digest of the data
741
753
  */
742
754
  async function digestFromBytes(data) {
743
- const { Digest: Digest$1 } = await Promise.resolve().then(() => require("./digest-BJdJcMii.cjs"));
755
+ const { Digest: Digest$1 } = await Promise.resolve().then(() => require("./digest-BzlBpAL2.cjs"));
744
756
  return Digest$1.fromImage(data);
745
757
  }
746
758
 
747
759
  //#endregion
748
760
  //#region src/nonce.ts
749
761
  /**
762
+ * Copyright © 2023-2026 Blockchain Commons, LLC
763
+ * Copyright © 2025-2026 Parity Technologies
764
+ *
765
+ *
750
766
  * A random nonce ("number used once").
751
767
  *
752
768
  * Ported from bc-components-rust/src/nonce.rs
@@ -986,6 +1002,10 @@ var Nonce = class Nonce {
986
1002
  //#endregion
987
1003
  //#region src/salt.ts
988
1004
  /**
1005
+ * Copyright © 2023-2026 Blockchain Commons, LLC
1006
+ * Copyright © 2025-2026 Parity Technologies
1007
+ *
1008
+ *
989
1009
  * Random salt used to decorrelate other information.
990
1010
  *
991
1011
  * Ported from bc-components-rust/src/salt.rs
@@ -1290,6 +1310,10 @@ var Salt = class Salt {
1290
1310
  //#endregion
1291
1311
  //#region src/seed.ts
1292
1312
  /**
1313
+ * Copyright © 2023-2026 Blockchain Commons, LLC
1314
+ * Copyright © 2025-2026 Parity Technologies
1315
+ *
1316
+ *
1293
1317
  * Cryptographic seed with optional metadata (minimum 16 bytes)
1294
1318
  * Ported from bc-components-rust/src/seed.rs
1295
1319
  *
@@ -1688,6 +1712,10 @@ var Seed = class Seed {
1688
1712
  //#endregion
1689
1713
  //#region src/reference.ts
1690
1714
  /**
1715
+ * Copyright © 2023-2026 Blockchain Commons, LLC
1716
+ * Copyright © 2025-2026 Parity Technologies
1717
+ *
1718
+ *
1691
1719
  * Content-addressable reference - SHA-256 digest with short reference encoding
1692
1720
  */
1693
1721
  /**
@@ -1834,6 +1862,10 @@ var Reference = class Reference {
1834
1862
  //#endregion
1835
1863
  //#region src/id/arid.ts
1836
1864
  /**
1865
+ * Copyright © 2023-2026 Blockchain Commons, LLC
1866
+ * Copyright © 2025-2026 Parity Technologies
1867
+ *
1868
+ *
1837
1869
  * An "Apparently Random Identifier" (ARID)
1838
1870
  *
1839
1871
  * Ported from bc-components-rust/src/id/arid.rs
@@ -2092,6 +2124,10 @@ var ARID = class ARID {
2092
2124
  //#endregion
2093
2125
  //#region src/id/uuid.ts
2094
2126
  /**
2127
+ * Copyright © 2023-2026 Blockchain Commons, LLC
2128
+ * Copyright © 2025-2026 Parity Technologies
2129
+ *
2130
+ *
2095
2131
  * Universally Unique Identifier (UUID) - 16-byte identifier
2096
2132
  *
2097
2133
  * UUIDs are 128-bit (16-byte) identifiers that are designed to be unique
@@ -2323,6 +2359,10 @@ var UUID = class UUID {
2323
2359
  //#endregion
2324
2360
  //#region src/id/xid.ts
2325
2361
  /**
2362
+ * Copyright © 2023-2026 Blockchain Commons, LLC
2363
+ * Copyright © 2025-2026 Parity Technologies
2364
+ *
2365
+ *
2326
2366
  * eXtensible Identifier (XID) - 32-byte identifier bound to a public key
2327
2367
  *
2328
2368
  * A XID is a unique 32-byte identifier for a subject entity (person,
@@ -2596,6 +2636,10 @@ var XID = class XID {
2596
2636
  //#endregion
2597
2637
  //#region src/id/uri.ts
2598
2638
  /**
2639
+ * Copyright © 2023-2026 Blockchain Commons, LLC
2640
+ * Copyright © 2025-2026 Parity Technologies
2641
+ *
2642
+ *
2599
2643
  * Uniform Resource Identifier (URI) - String-based identifier
2600
2644
  *
2601
2645
  * A URI is a string of characters that unambiguously identifies a particular
@@ -2813,6 +2857,10 @@ var URI = class URI {
2813
2857
  //#endregion
2814
2858
  //#region src/x25519/x25519-public-key.ts
2815
2859
  /**
2860
+ * Copyright © 2023-2026 Blockchain Commons, LLC
2861
+ * Copyright © 2025-2026 Parity Technologies
2862
+ *
2863
+ *
2816
2864
  * X25519 public key for ECDH key exchange (32 bytes)
2817
2865
  *
2818
2866
  * X25519 is an elliptic-curve Diffie-Hellman key exchange protocol based on
@@ -3007,6 +3055,10 @@ var X25519PublicKey = class X25519PublicKey {
3007
3055
  //#endregion
3008
3056
  //#region src/symmetric/authentication-tag.ts
3009
3057
  /**
3058
+ * Copyright © 2023-2026 Blockchain Commons, LLC
3059
+ * Copyright © 2025-2026 Parity Technologies
3060
+ *
3061
+ *
3010
3062
  * Authentication tag for AEAD encryption (16 bytes)
3011
3063
  *
3012
3064
  * An `AuthenticationTag` is a 16-byte value generated during ChaCha20-Poly1305
@@ -3132,6 +3184,10 @@ var AuthenticationTag = class AuthenticationTag {
3132
3184
  //#endregion
3133
3185
  //#region src/symmetric/encrypted-message.ts
3134
3186
  /**
3187
+ * Copyright © 2023-2026 Blockchain Commons, LLC
3188
+ * Copyright © 2025-2026 Parity Technologies
3189
+ *
3190
+ *
3135
3191
  * Encrypted message with ChaCha20-Poly1305 AEAD
3136
3192
  *
3137
3193
  * A secure encrypted message using IETF ChaCha20-Poly1305 authenticated
@@ -3368,6 +3424,10 @@ var EncryptedMessage = class EncryptedMessage {
3368
3424
  //#endregion
3369
3425
  //#region src/symmetric/symmetric-key.ts
3370
3426
  /**
3427
+ * Copyright © 2023-2026 Blockchain Commons, LLC
3428
+ * Copyright © 2025-2026 Parity Technologies
3429
+ *
3430
+ *
3371
3431
  * Symmetric key for ChaCha20-Poly1305 AEAD encryption (32 bytes)
3372
3432
  *
3373
3433
  * A symmetric encryption key used for both encryption and decryption.
@@ -3605,6 +3665,10 @@ var SymmetricKey = class SymmetricKey {
3605
3665
  //#endregion
3606
3666
  //#region src/x25519/x25519-private-key.ts
3607
3667
  /**
3668
+ * Copyright © 2023-2026 Blockchain Commons, LLC
3669
+ * Copyright © 2025-2026 Parity Technologies
3670
+ *
3671
+ *
3608
3672
  * X25519 private key for ECDH key exchange (32 bytes seed)
3609
3673
  *
3610
3674
  * X25519 is an elliptic-curve Diffie-Hellman key exchange protocol based on
@@ -3877,6 +3941,10 @@ var X25519PrivateKey = class X25519PrivateKey {
3877
3941
  //#endregion
3878
3942
  //#region src/ed25519/ed25519-public-key.ts
3879
3943
  /**
3944
+ * Copyright © 2023-2026 Blockchain Commons, LLC
3945
+ * Copyright © 2025-2026 Parity Technologies
3946
+ *
3947
+ *
3880
3948
  * Ed25519 public key for EdDSA signature verification (32 bytes)
3881
3949
  * Ported from bc-components-rust/src/ed25519_public_key.rs
3882
3950
  */
@@ -3946,6 +4014,10 @@ var Ed25519PublicKey = class Ed25519PublicKey {
3946
4014
  //#endregion
3947
4015
  //#region src/ed25519/ed25519-private-key.ts
3948
4016
  /**
4017
+ * Copyright © 2023-2026 Blockchain Commons, LLC
4018
+ * Copyright © 2025-2026 Parity Technologies
4019
+ *
4020
+ *
3949
4021
  * Ed25519 private key for EdDSA signatures (32 bytes seed)
3950
4022
  * Ported from bc-components-rust/src/ed25519_private_key.rs
3951
4023
  */
@@ -4038,6 +4110,10 @@ var Ed25519PrivateKey = class Ed25519PrivateKey {
4038
4110
  //#endregion
4039
4111
  //#region src/sr25519/sr25519-public-key.ts
4040
4112
  /**
4113
+ * Copyright © 2023-2026 Blockchain Commons, LLC
4114
+ * Copyright © 2025-2026 Parity Technologies
4115
+ *
4116
+ *
4041
4117
  * Sr25519PublicKey - Public key for Schnorr signatures over Ristretto25519
4042
4118
  *
4043
4119
  * SR25519 is the signature scheme used by Polkadot/Substrate.
@@ -4139,6 +4215,10 @@ var Sr25519PublicKey = class Sr25519PublicKey {
4139
4215
  //#endregion
4140
4216
  //#region src/sr25519/sr25519-private-key.ts
4141
4217
  /**
4218
+ * Copyright © 2023-2026 Blockchain Commons, LLC
4219
+ * Copyright © 2025-2026 Parity Technologies
4220
+ *
4221
+ *
4142
4222
  * Sr25519PrivateKey - Schnorr signatures over Ristretto25519
4143
4223
  *
4144
4224
  * SR25519 is the signature scheme used by Polkadot/Substrate.
@@ -4333,6 +4413,10 @@ function isECPublicKeyBase(obj) {
4333
4413
  //#endregion
4334
4414
  //#region src/ec-key/ec-uncompressed-public-key.ts
4335
4415
  /**
4416
+ * Copyright © 2023-2026 Blockchain Commons, LLC
4417
+ * Copyright © 2025-2026 Parity Technologies
4418
+ *
4419
+ *
4336
4420
  * EC uncompressed public key for ECDSA (secp256k1, 65 bytes)
4337
4421
  *
4338
4422
  * An `ECUncompressedPublicKey` is a 65-byte uncompressed representation of a
@@ -4543,6 +4627,10 @@ var ECUncompressedPublicKey = class ECUncompressedPublicKey {
4543
4627
  //#endregion
4544
4628
  //#region src/ec-key/ec-public-key.ts
4545
4629
  /**
4630
+ * Copyright © 2023-2026 Blockchain Commons, LLC
4631
+ * Copyright © 2025-2026 Parity Technologies
4632
+ *
4633
+ *
4546
4634
  * EC compressed public key for ECDSA verification (secp256k1, 33 bytes)
4547
4635
  *
4548
4636
  * An `ECPublicKey` is a 33-byte compressed representation of a public key on
@@ -4779,6 +4867,10 @@ var ECPublicKey = class ECPublicKey {
4779
4867
  //#endregion
4780
4868
  //#region src/ec-key/schnorr-public-key.ts
4781
4869
  /**
4870
+ * Copyright © 2023-2026 Blockchain Commons, LLC
4871
+ * Copyright © 2025-2026 Parity Technologies
4872
+ *
4873
+ *
4782
4874
  * Schnorr (x-only) public key for BIP-340 signatures (secp256k1, 32 bytes)
4783
4875
  *
4784
4876
  * A `SchnorrPublicKey` is a 32-byte "x-only" public key used with the BIP-340
@@ -4898,6 +4990,10 @@ var SchnorrPublicKey = class SchnorrPublicKey {
4898
4990
  //#endregion
4899
4991
  //#region src/ec-key/ec-private-key.ts
4900
4992
  /**
4993
+ * Copyright © 2023-2026 Blockchain Commons, LLC
4994
+ * Copyright © 2025-2026 Parity Technologies
4995
+ *
4996
+ *
4901
4997
  * EC private key for ECDSA and Schnorr signatures (secp256k1, 32 bytes)
4902
4998
  *
4903
4999
  * An `ECPrivateKey` is a 32-byte secret value that can be used to:
@@ -5209,6 +5305,10 @@ var ECPrivateKey = class ECPrivateKey {
5209
5305
  //#endregion
5210
5306
  //#region src/mldsa/mldsa-level.ts
5211
5307
  /**
5308
+ * Copyright © 2023-2026 Blockchain Commons, LLC
5309
+ * Copyright © 2025-2026 Parity Technologies
5310
+ *
5311
+ *
5212
5312
  * MLDSA Security Level - ML-DSA (Module-Lattice-Based Digital Signature Algorithm)
5213
5313
  *
5214
5314
  * ML-DSA is a post-quantum digital signature algorithm standardized by NIST.
@@ -5378,6 +5478,10 @@ function mldsaVerify(level, publicKey, message, signature) {
5378
5478
  //#endregion
5379
5479
  //#region src/mldsa/mldsa-public-key.ts
5380
5480
  /**
5481
+ * Copyright © 2023-2026 Blockchain Commons, LLC
5482
+ * Copyright © 2025-2026 Parity Technologies
5483
+ *
5484
+ *
5381
5485
  * MLDSAPublicKey - ML-DSA Public Key for post-quantum signature verification
5382
5486
  *
5383
5487
  * MLDSAPublicKey wraps an ML-DSA public key for verifying signatures.
@@ -5568,6 +5672,10 @@ var MLDSAPublicKey = class MLDSAPublicKey {
5568
5672
  //#endregion
5569
5673
  //#region src/mldsa/mldsa-signature.ts
5570
5674
  /**
5675
+ * Copyright © 2023-2026 Blockchain Commons, LLC
5676
+ * Copyright © 2025-2026 Parity Technologies
5677
+ *
5678
+ *
5571
5679
  * MLDSASignature - ML-DSA Digital Signature
5572
5680
  *
5573
5681
  * MLDSASignature wraps an ML-DSA signature for serialization and verification.
@@ -5747,6 +5855,10 @@ var MLDSASignature = class MLDSASignature {
5747
5855
  //#endregion
5748
5856
  //#region src/mldsa/mldsa-private-key.ts
5749
5857
  /**
5858
+ * Copyright © 2023-2026 Blockchain Commons, LLC
5859
+ * Copyright © 2025-2026 Parity Technologies
5860
+ *
5861
+ *
5750
5862
  * MLDSAPrivateKey - ML-DSA Private Key for post-quantum digital signatures
5751
5863
  *
5752
5864
  * MLDSAPrivateKey wraps an ML-DSA secret key for signing messages.
@@ -5985,6 +6097,10 @@ var MLDSAPrivateKey = class MLDSAPrivateKey {
5985
6097
  //#endregion
5986
6098
  //#region src/signing/signature.ts
5987
6099
  /**
6100
+ * Copyright © 2023-2026 Blockchain Commons, LLC
6101
+ * Copyright © 2025-2026 Parity Technologies
6102
+ *
6103
+ *
5988
6104
  * A digital signature created with various signature algorithms.
5989
6105
  *
5990
6106
  * `Signature` represents different types of digital signatures.
@@ -6394,6 +6510,10 @@ var Signature = class Signature {
6394
6510
  //#endregion
6395
6511
  //#region src/signing/signing-public-key.ts
6396
6512
  /**
6513
+ * Copyright © 2023-2026 Blockchain Commons, LLC
6514
+ * Copyright © 2025-2026 Parity Technologies
6515
+ *
6516
+ *
6397
6517
  * A public key used for verifying digital signatures.
6398
6518
  *
6399
6519
  * `SigningPublicKey` is a type representing different types of signing public
@@ -6917,6 +7037,10 @@ var SigningPublicKey = class SigningPublicKey {
6917
7037
  //#endregion
6918
7038
  //#region src/signing/signing-private-key.ts
6919
7039
  /**
7040
+ * Copyright © 2023-2026 Blockchain Commons, LLC
7041
+ * Copyright © 2025-2026 Parity Technologies
7042
+ *
7043
+ *
6920
7044
  * A private key used for creating digital signatures.
6921
7045
  *
6922
7046
  * `SigningPrivateKey` is a type representing different types of signing
@@ -7750,6 +7874,10 @@ function createKeypairUsing(scheme, rng) {
7750
7874
  //#endregion
7751
7875
  //#region src/mlkem/mlkem-level.ts
7752
7876
  /**
7877
+ * Copyright © 2023-2026 Blockchain Commons, LLC
7878
+ * Copyright © 2025-2026 Parity Technologies
7879
+ *
7880
+ *
7753
7881
  * MLKEM Security Level - ML-KEM (Module-Lattice-Based Key Encapsulation Mechanism)
7754
7882
  *
7755
7883
  * ML-KEM is a post-quantum key encapsulation mechanism standardized by NIST.
@@ -7967,6 +8095,10 @@ function mlkemExtractPublicKey(level, secretKey) {
7967
8095
  //#endregion
7968
8096
  //#region src/mlkem/mlkem-ciphertext.ts
7969
8097
  /**
8098
+ * Copyright © 2023-2026 Blockchain Commons, LLC
8099
+ * Copyright © 2025-2026 Parity Technologies
8100
+ *
8101
+ *
7970
8102
  * MLKEMCiphertext - ML-KEM Ciphertext for post-quantum key encapsulation
7971
8103
  *
7972
8104
  * MLKEMCiphertext wraps an ML-KEM ciphertext for transmission and decapsulation.
@@ -8146,6 +8278,10 @@ var MLKEMCiphertext = class MLKEMCiphertext {
8146
8278
  //#endregion
8147
8279
  //#region src/encapsulation/encapsulation-ciphertext.ts
8148
8280
  /**
8281
+ * Copyright © 2023-2026 Blockchain Commons, LLC
8282
+ * Copyright © 2025-2026 Parity Technologies
8283
+ *
8284
+ *
8149
8285
  * Encapsulation ciphertext for key encapsulation mechanisms
8150
8286
  *
8151
8287
  * This type represents the ciphertext produced during key encapsulation.
@@ -8388,6 +8524,10 @@ var EncapsulationCiphertext = class EncapsulationCiphertext {
8388
8524
  //#endregion
8389
8525
  //#region src/mlkem/mlkem-public-key.ts
8390
8526
  /**
8527
+ * Copyright © 2023-2026 Blockchain Commons, LLC
8528
+ * Copyright © 2025-2026 Parity Technologies
8529
+ *
8530
+ *
8391
8531
  * MLKEMPublicKey - ML-KEM Public Key for post-quantum key encapsulation
8392
8532
  *
8393
8533
  * MLKEMPublicKey wraps an ML-KEM public key for encapsulating shared secrets.
@@ -8583,6 +8723,10 @@ var MLKEMPublicKey = class MLKEMPublicKey {
8583
8723
  //#endregion
8584
8724
  //#region src/encapsulation/encapsulation-public-key.ts
8585
8725
  /**
8726
+ * Copyright © 2023-2026 Blockchain Commons, LLC
8727
+ * Copyright © 2025-2026 Parity Technologies
8728
+ *
8729
+ *
8586
8730
  * Encapsulation public key for key encapsulation mechanisms
8587
8731
  *
8588
8732
  * This type represents a public key that can be used to encapsulate (encrypt)
@@ -8914,6 +9058,10 @@ var EncapsulationPublicKey = class EncapsulationPublicKey {
8914
9058
  //#endregion
8915
9059
  //#region src/mlkem/mlkem-private-key.ts
8916
9060
  /**
9061
+ * Copyright © 2023-2026 Blockchain Commons, LLC
9062
+ * Copyright © 2025-2026 Parity Technologies
9063
+ *
9064
+ *
8917
9065
  * MLKEMPrivateKey - ML-KEM Private Key for post-quantum key decapsulation
8918
9066
  *
8919
9067
  * MLKEMPrivateKey wraps an ML-KEM secret key for decapsulating shared secrets.
@@ -9155,6 +9303,10 @@ var MLKEMPrivateKey = class MLKEMPrivateKey {
9155
9303
  //#endregion
9156
9304
  //#region src/encapsulation/encapsulation-private-key.ts
9157
9305
  /**
9306
+ * Copyright © 2023-2026 Blockchain Commons, LLC
9307
+ * Copyright © 2025-2026 Parity Technologies
9308
+ *
9309
+ *
9158
9310
  * Encapsulation private key for key encapsulation mechanisms
9159
9311
  *
9160
9312
  * This type represents a private key that can be used to decapsulate (decrypt)
@@ -9617,6 +9769,10 @@ function createEncapsulationKeypairUsing(rng, scheme = EncapsulationScheme.X2551
9617
9769
  //#endregion
9618
9770
  //#region src/encapsulation/sealed-message.ts
9619
9771
  /**
9772
+ * Copyright © 2023-2026 Blockchain Commons, LLC
9773
+ * Copyright © 2025-2026 Parity Technologies
9774
+ *
9775
+ *
9620
9776
  * Sealed message for anonymous authenticated encryption
9621
9777
  *
9622
9778
  * A `SealedMessage` combines key encapsulation with symmetric encryption to
@@ -9844,6 +10000,10 @@ var SealedMessage = class SealedMessage {
9844
10000
  //#endregion
9845
10001
  //#region src/encrypted-key/hash-type.ts
9846
10002
  /**
10003
+ * Copyright © 2023-2026 Blockchain Commons, LLC
10004
+ * Copyright © 2025-2026 Parity Technologies
10005
+ *
10006
+ *
9847
10007
  * Hash type enum for key derivation functions
9848
10008
  *
9849
10009
  * This enum represents the supported hash algorithms for HKDF and PBKDF2.
@@ -9898,6 +10058,10 @@ function hashTypeFromCbor(cborValue) {
9898
10058
  //#endregion
9899
10059
  //#region src/encrypted-key/key-derivation-method.ts
9900
10060
  /**
10061
+ * Copyright © 2023-2026 Blockchain Commons, LLC
10062
+ * Copyright © 2025-2026 Parity Technologies
10063
+ *
10064
+ *
9901
10065
  * Key derivation method enum
9902
10066
  *
9903
10067
  * This enum represents the supported key derivation methods for encrypting keys.
@@ -9981,6 +10145,10 @@ function keyDerivationMethodFromCbor(cborValue) {
9981
10145
  //#endregion
9982
10146
  //#region src/encrypted-key/hkdf-params.ts
9983
10147
  /**
10148
+ * Copyright © 2023-2026 Blockchain Commons, LLC
10149
+ * Copyright © 2025-2026 Parity Technologies
10150
+ *
10151
+ *
9984
10152
  * HKDF (HMAC-based Key Derivation Function) parameters
9985
10153
  *
9986
10154
  * HKDF is a key derivation function based on HMAC, defined in RFC 5869.
@@ -10104,6 +10272,10 @@ var HKDFParams = class HKDFParams {
10104
10272
  //#endregion
10105
10273
  //#region src/encrypted-key/pbkdf2-params.ts
10106
10274
  /**
10275
+ * Copyright © 2023-2026 Blockchain Commons, LLC
10276
+ * Copyright © 2025-2026 Parity Technologies
10277
+ *
10278
+ *
10107
10279
  * PBKDF2 (Password-Based Key Derivation Function 2) parameters
10108
10280
  *
10109
10281
  * PBKDF2 is a key derivation function defined in RFC 8018 (PKCS #5 v2.1).
@@ -10230,6 +10402,10 @@ var PBKDF2Params = class PBKDF2Params {
10230
10402
  //#endregion
10231
10403
  //#region src/encrypted-key/scrypt-params.ts
10232
10404
  /**
10405
+ * Copyright © 2023-2026 Blockchain Commons, LLC
10406
+ * Copyright © 2025-2026 Parity Technologies
10407
+ *
10408
+ *
10233
10409
  * Scrypt parameters for password-based key derivation
10234
10410
  *
10235
10411
  * Scrypt is a memory-hard key derivation function defined in RFC 7914.
@@ -10369,6 +10545,10 @@ var ScryptParams = class ScryptParams {
10369
10545
  //#endregion
10370
10546
  //#region src/encrypted-key/argon2id-params.ts
10371
10547
  /**
10548
+ * Copyright © 2023-2026 Blockchain Commons, LLC
10549
+ * Copyright © 2025-2026 Parity Technologies
10550
+ *
10551
+ *
10372
10552
  * Argon2id parameters for password-based key derivation
10373
10553
  *
10374
10554
  * Argon2id is a memory-hard key derivation function defined in RFC 9106.
@@ -10481,6 +10661,10 @@ var Argon2idParams = class Argon2idParams {
10481
10661
  //#endregion
10482
10662
  //#region src/encrypted-key/ssh-agent-params.ts
10483
10663
  /**
10664
+ * Copyright © 2023-2026 Blockchain Commons, LLC
10665
+ * Copyright © 2025-2026 Parity Technologies
10666
+ *
10667
+ *
10484
10668
  * SSH Agent key derivation parameters
10485
10669
  *
10486
10670
  * SSH Agent uses an SSH agent daemon for key derivation. The agent signs
@@ -10612,6 +10796,10 @@ var SSHAgentParams = class SSHAgentParams {
10612
10796
  //#endregion
10613
10797
  //#region src/encrypted-key/key-derivation-params.ts
10614
10798
  /**
10799
+ * Copyright © 2023-2026 Blockchain Commons, LLC
10800
+ * Copyright © 2025-2026 Parity Technologies
10801
+ *
10802
+ *
10615
10803
  * Key derivation parameters union type
10616
10804
  *
10617
10805
  * This type represents the derivation parameters for all supported methods.
@@ -10785,6 +10973,10 @@ function keyDerivationParamsFromCbor(cborValue) {
10785
10973
  //#endregion
10786
10974
  //#region src/encrypted-key/encrypted-key.ts
10787
10975
  /**
10976
+ * Copyright © 2023-2026 Blockchain Commons, LLC
10977
+ * Copyright © 2025-2026 Parity Technologies
10978
+ *
10979
+ *
10788
10980
  * Encrypted key for secure symmetric key storage
10789
10981
  *
10790
10982
  * `EncryptedKey` provides symmetric encryption and decryption of content keys
@@ -11019,6 +11211,10 @@ var EncryptedKey = class EncryptedKey {
11019
11211
  //#endregion
11020
11212
  //#region src/public-keys.ts
11021
11213
  /**
11214
+ * Copyright © 2023-2026 Blockchain Commons, LLC
11215
+ * Copyright © 2025-2026 Parity Technologies
11216
+ *
11217
+ *
11022
11218
  * PublicKeys - Container for signing and encapsulation public keys
11023
11219
  *
11024
11220
  * PublicKeys combines a SigningPublicKey (for signature verification) and an
@@ -11244,6 +11440,10 @@ var PublicKeys = class PublicKeys {
11244
11440
  //#endregion
11245
11441
  //#region src/private-keys.ts
11246
11442
  /**
11443
+ * Copyright © 2023-2026 Blockchain Commons, LLC
11444
+ * Copyright © 2025-2026 Parity Technologies
11445
+ *
11446
+ *
11247
11447
  * PrivateKeys - Container for signing and encapsulation private keys
11248
11448
  *
11249
11449
  * PrivateKeys combines a SigningPrivateKey (for digital signatures) and an
@@ -11456,6 +11656,10 @@ var PrivateKeys = class PrivateKeys {
11456
11656
  //#endregion
11457
11657
  //#region src/private-key-base.ts
11458
11658
  /**
11659
+ * Copyright © 2023-2026 Blockchain Commons, LLC
11660
+ * Copyright © 2025-2026 Parity Technologies
11661
+ *
11662
+ *
11459
11663
  * PrivateKeyBase - Root cryptographic material for deterministic key derivation
11460
11664
  *
11461
11665
  * PrivateKeyBase is a 32-byte value that serves as the root of cryptographic
@@ -11726,6 +11930,10 @@ var PrivateKeyBase = class PrivateKeyBase {
11726
11930
  //#endregion
11727
11931
  //#region src/sskr.ts
11728
11932
  /**
11933
+ * Copyright © 2023-2026 Blockchain Commons, LLC
11934
+ * Copyright © 2025-2026 Parity Technologies
11935
+ *
11936
+ *
11729
11937
  * SSKR Integration - CBOR wrappers for SSKR shares
11730
11938
  *
11731
11939
  * This module provides CBOR serialization for SSKR (Sharded Secret Key