URI: 
       tecies: update description in comment - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit de1123e4a04933867908e19b61dbec8000a65947
   DIR parent a97375dbb4a2fd29ce2dc003abf117fb77aa6005
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Mon,  1 Sep 2014 15:20:52 +0200
       
       ecies: update description in comment
       
       Diffstat:
         M lib/bitcoin.py                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/bitcoin.py b/lib/bitcoin.py
       t@@ -535,7 +535,7 @@ class EC_KEY(object):
                    raise Exception("Bad signature")
        
        
       -    # ecies encryption/decryption methods; aes-256-cbc is used as the cipher; hmac-sha256 is used as the mac
       +    # ECIES encryption/decryption methods; AES-128-CBC with PKCS7 is used as the cipher; hmac-sha256 is used as the mac
        
            @classmethod
            def encrypt_message(self, message, pubkey):