About
Contact
QtCreator
KDevelop
Solarized
1
use
libc
::*;
2
3
pub
const
AES_ENCRYPT:
c_int
=
1
;
4
pub
const
AES_DECRYPT:
c_int
=
0
;
5
6
pub
const
AES_MAXNR:
c_int
=
14
;
7
pub
const
AES_BLOCK_SIZE:
c_int
=
16
;
8