darkwing
0.5.0
In darkwing::
server::
utils::
php_
like
darkwing
::
server
::
utils
::
php_like
Function
aes128_encrypt
Copy item path
source
pub fn aes128_encrypt( key: &[
u8
;
16
], data: &
str
, iv: &[
u8
;
16
], ) ->
AppResult
<
String
>