kipher-symmetric
0.1.2
jvm
kipher-symmetric
/
io.github.jhdcruz.kipher.symmetric
/
StandardEncryption
/
decryptBare
decrypt
Bare
fun
decryptBare
(
@
NotNull
encrypted
:
ByteArray
,
@
NotNull
iv
:
ByteArray
,
@
NotNull
key
:
ByteArray
)
:
ByteArray
Decrypts
encrypted
data using
key
and optional
iv
.
Return
Decrypted data