fix chacha20-ietf
This commit is contained in:
parent
88017d9643
commit
2637c8d1c7
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
from __future__ import absolute_import, division, print_function, \
|
from __future__ import absolute_import, division, print_function, \
|
||||||
with_statement
|
with_statement
|
||||||
|
|
||||||
from ctypes import c_char_p, c_int, c_ulonglong, byref, \
|
from ctypes import c_char_p, c_int, c_ulong, c_ulonglong, byref, \
|
||||||
create_string_buffer, c_void_p
|
create_string_buffer, c_void_p
|
||||||
|
|
||||||
from shadowsocks.crypto import util
|
from shadowsocks.crypto import util
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue