]> www.wagner.pp.ru Git - oss/ctypescrypto.git/blob - ctypescrypto/__init__.py
digest module covered by tests
[oss/ctypescrypto.git] / ctypescrypto / __init__.py
1 """
2         Interface to some libcrypto functions
3
4 """
5
6 from ctypes import CDLL
7
8 libcrypto = CDLL("libcrypto.so.1.0.0")
9 libcrypto.OPENSSL_add_all_algorithms_conf()