Skip to content

Commit 62cad47

Browse files
committed
feat(docs): wip
1 parent 3d21ca2 commit 62cad47

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

specs/generators/pages/signed_doc/key-derivation/aes256-document-encryption-key-derivation.md.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ The simplified pseudo-code of the algorithm is as follows.
6767
```
6868
seed_phrase: list[str] = ["abandon", "abandon", "abandon", ... "zoo"];
6969
key_material: bytes[96] = path_derivation("m/508'/139'/1'/{role}/{index}", seed_phrase);
70-
context: bytes[] = cbor_encoded([document_type,document_id,document_ver])
71-
aes_256_key: bytes[32] = blake3_derive_key(context, key_material)
70+
context: bytes[] = cbor_encoded([document_type,document_id,document_ver]);
71+
aes_256_key: bytes[32] = blake3_derive_key(context, key_material);
7272
```
7373

7474
1. The seed_phrase is turned into 96 bytes of `key material` as discussed above.
@@ -100,7 +100,7 @@ Working Implementation before Fund 14.
100100

101101
### Implementation Plan
102102

103-
Fund 14 project catalyst will deploy this scheme for Key derivation.>
103+
Fund 16 project catalyst will deploy this scheme for Key derivation.
104104

105105
## Copyright
106106

specs/generators/pages/signed_doc/key-derivation/ed25519-document-signing-key-derivation.md.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Working Implementation before Fund 14.
7474

7575
### Implementation Plan
7676

77-
Fund 14 project catalyst will deploy this scheme for Key derivation.>
77+
Fund 14 project catalyst deployed this scheme for Key derivation.>
7878

7979
## Copyright
8080

0 commit comments

Comments
 (0)