Skip to content

Commit

Permalink
SimpleBox
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Apr 23, 2014
1 parent 9e9e916 commit d20e65f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Inside of your Ruby program do:
RbNaCl's documentation can be found [in the Wiki][wiki]. The following features
are supported:

* [SimpleBox]: easy-to-use public-key or secret-key encryption "on Rails"
* [Secret-key Encryption][secretkey]: authenticated symmetric encryption using a
single key shared among parties
* [Public-key Encryption][publickey]: securely send messages to a given public
Expand All @@ -124,6 +125,7 @@ information.
[RDoc documentation][rdoc] is also available.

[wiki]: https://github.com/cryptosphere/rbnacl/wiki
[simplebox]: https://github.com/cryptosphere/rbnacl/wiki/SimpleBox
[secretkey]: https://github.com/cryptosphere/rbnacl/wiki/Secret-Key-Encryption
[publickey]: https://github.com/cryptosphere/rbnacl/wiki/Public-Key-Encryption
[signatures]: https://github.com/cryptosphere/rbnacl/wiki/Digital-Signatures
Expand Down

0 comments on commit d20e65f

Please sign in to comment.