From 8d1ce42fb40423f66358839daff75acd5c0539ae Mon Sep 17 00:00:00 2001 From: Jason Colburne Date: Mon, 14 Aug 2023 01:38:32 -0300 Subject: [PATCH] corrections --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: