Skip to content

Commit

Permalink
Update README.md (#86)
Browse files Browse the repository at this point in the history
* Update README.md

Fixed typo in 'ed25519'

* Update README.md

Oxford comma
  • Loading branch information
daidoji authored Oct 26, 2023
1 parent 022c013 commit 6246421
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Of the five functions in a KERI agent,
5. Event Validation

Signifypy provides key generation and event signing in a 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
private keys, next public keys and salts used to generate the private keys. The encrypted private key and salts are then stored on a
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.

Expand All @@ -30,4 +30,4 @@ encoded strings for the initial implementation. Support for binary CESR can be
pip install pytest mockito
```

`pytest` to run tests.
`pytest` to run tests.

0 comments on commit 6246421

Please sign in to comment.