fix chacha20-ietf

This commit is contained in:
smounives 2016-08-17 06:42:02 +00:00
parent 0feb8b2eb3
commit 20fded87ee

View file

@ -17,7 +17,7 @@
from __future__ import absolute_import, division, print_function, \
with_statement
from ctypes import c_char_p, c_int, c_ulonglong, byref, \
from ctypes import c_char_p, c_int, c_ulonglong, byref, c_ulong, \
create_string_buffer, c_void_p
from shadowsocks.crypto import util