Skip to content

Commit

Permalink
Note Ed25519
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Mar 21, 2013
1 parent b5c08f1 commit 79692ef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,10 @@ unable to sign new values without the writecap.

All encryption of plaintext happens client-side via a command line tool which
runs on a computer under the control of a trusted administrator. Data is
encrypted using NaCl's "SecretBox" primitive (i.e. XSalsa20 + Poly1305)
prior to transmission to the server, and remains encrypted until accessed by
another client with the read (or verify) capabilities.
encrypted using NaCl's "SecretBox" primitive (i.e. XSalsa20 + Poly1305)
and signed with the Ed25519 digital signature algorithm prior to transmission
to the server, and remains encrypted until accessed by another client with the
read (or verify) capabilities.

Ruby Client
-----------
Expand Down

0 comments on commit 79692ef

Please sign in to comment.