Home | Trees | Indices | Help |
---|
|
1 # Author: Google 2 # See the LICENSE file for legal information regarding use of this file. 3 4 """PyCrypto AES-GCM implementation.""" 5 6 from .cryptomath import * 7 from .aesgcm import AESGCM 8 9 if pycryptoLoaded: 10 import Crypto.Cipher.AES 11 16 return AESGCM(key, "pycrypto", encrypt) 17
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jul 23 18:24:41 2015 | http://epydoc.sourceforge.net |