☰
tea_sdk
0.3.0-dev.7
In tea_sdk::utils::wasm_actor::actors::crypto
Functions
aes_decrypt
aes_encrypt
ether_verify
sha256
?
Function
tea_sdk
::
utils
::
wasm_actor
::
actors
::
crypto
::
aes_decrypt
[
−
]
pub async fn aes_decrypt( key:
Vec
<
u8
>, encrypted_data:
Vec
<
u8
> ) ->
Result
<
Vec
<
u8
>,
Error
>