Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncolburne committed Aug 14, 2023
1 parent ba03785 commit 8d1ce42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ and terminology was carried along with the code. The basics:
- `Diger` - a primitive that represents a **digest**. It has the ability to verify that an input hashes to its raw value.
- `Verfer` - a primitive that represents a **public key**. It has the ability to verify signatures on data.
- `Signer` - a primitive that represents a **private key** seed (which in some cases is the private key itself). It has the ability to create `Sigers` and `Cigars` (signatures).
- `Siger` - an **_indexed_ signature**. This is used within KERI when there are multiple current keys associated with an identifier.
- `Siger` - an **_indexed_ signature**. This is used within KERI when there are multiple keys associated with an identifier.
- `Cigar` - an **_unindexed_ signature**.
- `Salter` - a primitive that represents a **seed**. It has the ability to generate new `Signers`.
- `Salter` - a primitive for creating entropy. It has the ability to generate new `Signers`.

Each primitive will have methods attached to it that permit one to generate and parse the qualified
base2 or base64 representation. Common methods you'll find:
Expand Down

0 comments on commit 8d1ce42

Please sign in to comment.