toggle menu
crypto
1.0.0-ALPHA-20250103
jvm
switch theme
search in API
crypto
/
net.rsprot.crypto.xtea
Package-level
declarations
Types
Functions
Types
Xtea
Key
Link copied to clipboard
class
XteaKey
(
val
key
:
IntArray
)
Functions
xtea
Decrypt
Link copied to clipboard
fun
ByteBuf
.
xteaDecrypt
(
key
:
IntArray
,
start
:
Int
=
readerIndex()
,
end
:
Int
=
writerIndex()
)
:
ByteBuf