diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2016-01-26 16:05:20 -0300 |
---|---|---|
committer | Victor Shyba <victor.shyba@gmail.com> | 2016-01-26 16:05:20 -0300 |
commit | 456e6911445dd255580ff023f12e1db3c6a91f7d (patch) | |
tree | ea96d18942861e9258dc251f5e5b1b9d7cd30b8f /client/changes/feat_use_cryptography | |
parent | 402099735333fb27707224fb90ba1b485b380b29 (diff) |
[feat] use cryptography instead of pycryptopp
cryptography comes from OpenSSL and Twisted dependencies, so it's
already installed.
This commit removes a compiled dependency, also possibly making it
easier to use on Windows.
Diffstat (limited to 'client/changes/feat_use_cryptography')
-rw-r--r-- | client/changes/feat_use_cryptography | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/changes/feat_use_cryptography b/client/changes/feat_use_cryptography new file mode 100644 index 00000000..6e8fe3bf --- /dev/null +++ b/client/changes/feat_use_cryptography @@ -0,0 +1 @@ +o Use cryptography instead of pycryptopp. Stick with AES-CTR. |