Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
de53c12d
Commit
de53c12d
authored
12 years ago
by
Donald Stufft
Browse files
Options
Downloads
Plain Diff
Merge pull request
#12
from davidfischer/readme-update
Filled out the readme
parents
fbf35a80
fb926c19
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+31
-0
31 additions, 0 deletions
README.rst
with
31 additions
and
0 deletions
README.rst
+
31
−
0
View file @
de53c12d
...
@@ -3,3 +3,34 @@ PyNaCl
...
@@ -3,3 +3,34 @@ PyNaCl
.. image:: https://travis-ci.org/dstufft/pynacl.png?branch=master
.. image:: https://travis-ci.org/dstufft/pynacl.png?branch=master
:target: https://travis-ci.org/dstufft/pynacl
:target: https://travis-ci.org/dstufft/pynacl
PyNaCl is a Python binding to the `Networking and Cryptography library`_,
a crypto library with the stated goal of improving usability, security and
speed.
.. _Networking and Cryptography library: http://nacl.cr.yp.to/
Installation
------------
PyNaCl relies on libsodium_, a portable C library which can be compiled
on a variety of systems. It may already be available from your package
manager.
.. _libsodium: https://github.com/jedisct1/libsodium
Once libsodium is installed, PyNaCl can be installed by:
.. code-block:: bash
$ python setup.py install
Features
--------
* Digital signatures
* Secret-key encryption
* Public-key encryption (coming soon)
* HMAC (coming soon)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment