diff options
author | drebs <drebs@leap.se> | 2013-05-16 12:10:23 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-05-16 18:51:40 -0300 |
commit | 5c971f5a57ebac56f27d0374fe24942124be4406 (patch) | |
tree | c064f17dd004ec4787e6fa4c384e40a17d7a814e /pkg | |
parent | 92ab86bf33b57e40745d4af80e4bc2aa7fc4ac89 (diff) |
Add crypto submodule that handles AES-256-CTR encryption.
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/requirements.pip | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 01fe3ea..141c325 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -5,5 +5,6 @@ pyopenssl python-dateutil autopep8 python-gnupg +PyCrypto -https://protobuf-socket-rpc.googlecode.com/files/protobuf.socketrpc-1.3.2.tar.gz
\ No newline at end of file +https://protobuf-socket-rpc.googlecode.com/files/protobuf.socketrpc-1.3.2.tar.gz |