Skip to content

Commit

Permalink
feat: #368 CIP105 - Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
satran004 committed Aug 13, 2024
1 parent 7b052e4 commit 678768a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions governance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ DRep keys and DRep IDs should be encoded in Bech32 with the following prefixes:
Constitutional cold keys and credential should be encoded in Bech32 with the following prefixes:
| Prefix | Meaning | Contents |
| ---------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- |
| `cc_cold_sk` | CIP-1852’s constitutional committee cold signing key | Ed25519 private key |
| `cc_cold_vk` | CIP-1852’s constitutional committee verification signing key | Ed25519 private key |
| `cc_cold_xsk` | CIP-1852’s constitutional committee cold extended signing key | Ed25519-bip32 extended private key |
| `cc_cold_xvk` | CIP-1852’s constitutional committee extended verification signing key | Ed25519 public key with chain code |
| `cc_cold` | Constitutional committee cold verification key hash (cold credential) | blake2b\_224 digest of a consitutional committee cold verification key |
| Prefix | Meaning | Contents |
| ---------------- | --------------------------------------------------------------------- |--------------------------------------------------------------------------|
| `cc_cold_sk` | CIP-1852’s constitutional committee cold signing key | Ed25519 private key |
| `cc_cold_vk` | CIP-1852’s constitutional committee verification signing key | Ed25519 private key |
| `cc_cold_xsk` | CIP-1852’s constitutional committee cold extended signing key | Ed25519-bip32 extended private key |
| `cc_cold_xvk` | CIP-1852’s constitutional committee extended verification signing key | Ed25519 public key with chain code |
| `cc_cold` | Constitutional committee cold verification key hash (cold credential) | blake2b\_224 digest of a constitutional committee cold verification key |
| `cc_cold_script` | Constitutional committee cold script hash (cold credential) | blake2b\_224 digest of a serialized constitutional committee cold script |
#### Constitutional Committee Hot Keys
Expand All @@ -111,5 +111,5 @@ Constitutional hot keys and credential should be encoded in Bech32 with the foll
| `cc_hot_vk` | CIP-1852’s constitutional committee verification signing key | Ed25519 private key |
| `cc_hot_xsk` | CIP-1852’s constitutional committee hot extended signing key | Ed25519-bip32 extended private key |
| `cc_hot_xvk` | CIP-1852’s constitutional committee extended verification signing key | Ed25519 public key with chain code |
| `cc_hot` | Constitutional committee hot verification key hash (hot credential) | blake2b\_224 digest of a consitutional committee hot verification key |
| `cc_hot` | Constitutional committee hot verification key hash (hot credential) | blake2b\_224 digest of a constitutional committee hot verification key |
| `cc_hot_script` | Constitutional committee hot script hash (hot credential) | blake2b\_224 digest of a serialized constitutional committee hot script |

0 comments on commit 678768a

Please sign in to comment.