Skip to content

Commit

Permalink
Merge pull request trustoverip#97 from daidoji/patch-3
Browse files Browse the repository at this point in the history
Fixed typo in 0O (zero, oh), 1AAL, 1AAM  code to match keripy
  • Loading branch information
m00sey authored May 7, 2024
2 parents 41ef3b7 + d3c9afd commit 802675a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ This master table includes both the Primitive and Count Code types. The types ar
| `0L` | Tag5 5 B64 encoded chars + 1 prepad for for special values | 2 | 6 | 8 |
| `0M` | Tag6 6 B64 encoded chars for for special values | 2 | 6 | 8 |
| `0N` | Tag9 9 B64 encoded chars + 1 prepad for special values | 2 | 10 | 12 |
| `0N` | Tag10 10 B64 encoded chars for special values | 2 | 10 | 12 |
| `0O` | Tag10 10 B64 encoded chars for special values | 2 | 10 | 12 |
| | Basic Four Character Codes | | | |
| `1AAA` | ECDSA secp256k1 non-transferable prefix public verification key | 4 | | 48 |
| `1AAB` | ECDSA secp256k1 public verification or encryption key | 4 | | 48 |
Expand All @@ -1135,8 +1135,8 @@ This master table includes both the Primitive and Count Code types. The types ar
| `1AAI` | ECDSA secp256r1 verification key non-transferable, basic derivation | 4 | | 48 |
| `1AAJ` | ECDSA secp256r1 verification or encryption key, basic derivation | 4 | | 48 |
| `1AAK` | Null None or empty value | 4 | | 4 |
| `1AAL` | No falsey Boolean value | 4 | | 8 |
| `1AAM` | Yes truthy Boolean value| 4 | | 8 |
| `1AAL` | No falsey Boolean value | 4 | | 4 |
| `1AAM` | Yes truthy Boolean value| 4 | | 4 |
| `1AAN` | Tag4 4 B64 encoded chars for special values | 4 | 4 | 8 |
| `1AAO` | Tag8 8 B64 encoded chars for special values | 4 | 8 | 12 |
| | Variable Raw Size Codes | | | |
Expand Down

0 comments on commit 802675a

Please sign in to comment.