From 22f94f191a582a3847cedc40b1c12d6142a23ba9 Mon Sep 17 00:00:00 2001 From: Charles Lanahan Date: Thu, 10 Aug 2023 19:36:54 -0400 Subject: [PATCH] Update README.md Fixed typo from "ed25510" to "ed25519". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bf642d6..65e42b56 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Of the five functions in a KERI agent, 5. Event Validation Signify-TS splits off two, key generation and event signing into a TypeScript library to provide "signing at the edge". -It accomplishes this by using [libsodium](https://doc.libsodium.org/) to generate ed25510 key pairs for signing and x25519 key pairs for encrypting the +It accomplishes this by using [libsodium](https://doc.libsodium.org/) to generate ed25519 key pairs for signing and x25519 key pairs for encrypting the private keys, next public keys and salts used to generate the private keys. The encrypted private key and salts are then stored on a remote cloud agent that never has access to the decryption keys. New key pair sets (current and next) will be generated for inception and rotation events with only the public keys and blake3 hash of the next keys made available to the agent.