Home | Trees | Indices | Help |
---|
|
1 # Author: Hubert Kario (c) 2015 2 # 3 # See the LICENSE file for legal information regarding use of this file. 4 5 """Pure-Python ChaCha20/Poly1305 implementation.""" 6 7 from .chacha20_poly1305 import CHACHA20_POLY1305 8 12
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jun 9 16:57:13 2016 | http://epydoc.sourceforge.net |