Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 305 Bytes

installation.rst

File metadata and controls

11 lines (7 loc) · 305 Bytes

Installation

Run:

$ pip install seccs

If you want to use AES-SIV encryption (you probably want!), you also need to install PyCrypto 2.7a1 which is not yet available in PyPI:

$ pip install https://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-2.7a1.tar.gz