Skip to content

Commit

Permalink
docs: update zcash doc
Browse files Browse the repository at this point in the history
  • Loading branch information
soralit committed Sep 25, 2024
1 parent 3369406 commit 17c39a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/protocols/ur_registrys/draft/zcash.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This protocol focuses on the Transparent and Orchard components.

#### CDDL for Zcash Accounts

The specification uses CDDL and includes `crypto-hdkey` and `crypto-key-path` specs.
The specification uses CDDL and includes `crypto-hdkey` and `crypto-key-path` specs defined in https://github.com/BlockchainCommons/Research/blob/master/papers/bcr-2020-007-hdkey.md.

```cddl
zcash-accounts = {
Expand All @@ -43,7 +43,7 @@ zcash-ufvk = {
}
zcash-fvk = {
origin: crypto-key-path,
key-path: crypto-key-path,
key-data: bytes,
}
```
Expand Down

0 comments on commit 17c39a3

Please sign in to comment.