diff --git a/README.md b/README.md index d048a3e..6b8f6f9 100644 --- a/README.md +++ b/README.md @@ -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: