On Mon, Jan 22, 2018 at 11:05:24PM +0300, Oleg Pykhalov wrote: > * gnu/packages/python-crypto.scm (python-pycryptodome): New public variable. > +(define-public python-pycryptodome > + (package > + ;; XXX: Skipping GMP tests which requires not packaged 'mpir' library. > + (name "python-pycryptodome") I don't understand this comment. > + (home-page "http://www.pycryptodome.org") Please use HTTPS here. > + (synopsis "Cryptographic library for Python") > + (description "This package provides a cryptographic library for Python.") If possible, please give a little more information in the description. I'm specifically interested in how this library differs from the Python 'cryptography' library.