Ticket #46: ciphercomb.py

File ciphercomb.py, 138 bytes (added by xueyu, at 2010-08-11T14:25:38Z)

cipher combiner c++ python wrapper

Line 
1
2from pycryptopp import _import_my_names
3
4#CipherComb=None
5#Error=None
6
7_import_my_names(globals(), "ciphercomb_")
8
9del _import_my_names
10