X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=ctypescrypto%2Fdigest.py;h=df4e58071a13c98e96b05e56710e86141407bd5b;hb=eeb4a6511bf02295c802a6b55bfad226b01fa126;hp=4e33d92bb3e147b28a05fd22dd18ef315078dff2;hpb=22338425226b926b97b2e821e4d7d2ea9b2f1b88;p=oss%2Fctypescrypto.git diff --git a/ctypescrypto/digest.py b/ctypescrypto/digest.py index 4e33d92..df4e580 100644 --- a/ctypescrypto/digest.py +++ b/ctypescrypto/digest.py @@ -1,5 +1,6 @@ """ - Implmenets interface to OpenSSL EVP_Digest* functions. + Implements interface to OpenSSL EVP_Digest* functions. + Interface made as close to hashlib as possible. This module is really an excess effort. Hashlib allows access to