X-Git-Url: https://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=ctypescrypto%2Fcipher.py;h=c2053e988354574d299e0bd1c36e6cf98c7ff701;hb=b4ee51a0aca14c0af5853545b9e524cc1b57b656;hp=3320d2f95031116e1e1f0d172f9241f05ee4c93c;hpb=bda9492c89eb38a1aec85220294f6d637ad68724;p=oss%2Fctypescrypto.git diff --git a/ctypescrypto/cipher.py b/ctypescrypto/cipher.py index 3320d2f..c2053e9 100644 --- a/ctypescrypto/cipher.py +++ b/ctypescrypto/cipher.py @@ -1,3 +1,7 @@ +""" +access to symmetric ciphers from libcrypto + +""" from ctypes import create_string_buffer,c_char_p,c_void_p,c_int,c_long,byref,POINTER from ctypescrypto import libcrypto from ctypescrypto.exception import LibCryptoError