Skip to content

Commit

Permalink
Fix markdownlint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkozlik committed Mar 21, 2022
1 parent 7459329 commit 133ea52
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions slip-0010.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ We adapt the master key generation from BIP-0032. To use different
private keys for different curves we use different keys for the HMAC
hash that generates the master key. For the NIST P-256 curve the only
other difference is the curve domain parameters. In the algorithm below
we denote the group order of the elliptic curve by n. point(k) is the
scalar multiplication of the curve generator by the scalar k.
The operation (+) of two elements on the curve is the group point
addition. For the ed25519 curve the private keys are no longer
multipliers for the group generator; instead the hash of the private
we denote the group order of the elliptic curve by n. point(k) is the
scalar multiplication of the curve generator by the scalar k.
The operation (+) of two elements on the curve is the group point
addition. For the ed25519 curve the private keys are no longer
multipliers for the group generator; instead the hash of the private
key is the multiplier. For this reason, our scheme for ed25519 does
not support public key derivation and uses the produced hashes directly
as private keys.
Expand Down
2 changes: 1 addition & 1 deletion slip-0044.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ Coin type | Path component (`coin_type'`) | Symbol | Coin
617 | 0x80000269 | XOR | [Sora](https://sora.org/soratokens)
618 | 0x8000026a | SSP | [SmartShare](http://www.smartshare.vip)
619 | 0x8000026b | DEI | [DeimosX](https://deimosx.org)
620 | 0x8000026c | AXL | [Axelar](https://axelar.network)
620 | 0x8000026c | AXL | [Axelar](https://axelar.network)
621 | 0x8000026d | ZERO | [Singularity](https://www.singularity.gold)
622 | 0x8000026e | ALPHA | [AlphaDAO](https://www.alphadao.money)
623 | 0x8000026f | BDCASH | [BDCash Protocol](https://bdcashprotocol.com)
Expand Down
4 changes: 2 additions & 2 deletions slip-0173.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ These are the registered human-readable parts for usage in Bech32 encoding of wi
| [Chihuahua](https://chihuahua.wtf/) | `chihuahua` | | |
| [Cosmos Hub](https://cosmos.network/) | `cosmos` | | |
| [CPUchain](https://cpuchain.org) | `cpu` | `tcpu` | `rcpu` |
| [Craft Economy](https://github.com/notional-labs/craft| `craft` | | |
| [Craft Economy](https://github.com/notional-labs/craft)|`craft` | | |
| [CranePay](https://cranepay.io/) | `cp` | `cpt` | `cpr` |
| [Crypto.org Chain](https://crypto.org) | `cro` | `tcro` | |
| [Cudos](https://www.cudos.org/) | `cudos` | | |
Expand All @@ -64,7 +64,7 @@ These are the registered human-readable parts for usage in Bech32 encoding of wi
| [fetch.ai](https://fetch.ai/) | `fetch` | | |
| [FujiCoin](http://www.fujicoin.org/) | `fc` | `tf` | `fcrt` |
| [Gitopia](https://gitopia.com/) | `gitopia` | | |
| [Gravity-Bridge](https://www.gravitybridge.net/)| `gravity` | | |
| [Gravity-Bridge](https://www.gravitybridge.net/)| `gravity` | | |
| [Groestlcoin](https://groestlcoin.org/) | `grs` | `tgrs` | `grsrt` |
| [Handshake](https://handshake.org/) | `hs` | `ts` | `rs` |
| [HoneyWood](https://honeywood.io) | `bears` | | |
Expand Down

0 comments on commit 133ea52

Please sign in to comment.