bitcoin-kmp
0.11.1
common
bitcoin-kmp
/
fr.acinq.bitcoin.crypto
/
Pack
Pack
common
object
Pack
Content copied to clipboard
Functions
Functions
int16BE
Link copied to clipboard
common
@
JvmStatic
fun
int16BE
(
input
:
Input
)
:
Short
Content copied to clipboard
@
JvmStatic
fun
int16BE
(
bs
:
ByteArray
,
off
:
Int
=
0
)
:
Short
Content copied to clipboard
int16LE
Link copied to clipboard
common
@
JvmStatic
fun
int16LE
(
input
:
Input
)
:
Short
Content copied to clipboard
@
JvmStatic
fun
int16LE
(
bs
:
ByteArray
,
off
:
Int
=
0
)
:
Short
Content copied to clipboard
int32BE
Link copied to clipboard
common
@
JvmStatic
fun
int32BE
(
input
:
Input
)
:
Int
Content copied to clipboard
@
JvmStatic
fun
int32BE
(
bs
:
ByteArray
,
off
:
Int
=
0
)
:
Int
Content copied to clipboard
int32LE
Link copied to clipboard
common
@
JvmStatic
fun
int32LE
(
input
:
Input
)
:
Int
Content copied to clipboard
@
JvmStatic
fun
int32LE
(
bs
:
ByteArray
,
off
:
Int
=
0
)
:
Int
Content copied to clipboard
int64BE
Link copied to clipboard
common
@
JvmStatic
fun
int64BE
(
input
:
Input
)
:
Long
Content copied to clipboard
@
JvmStatic
fun
int64BE
(
bs
:
ByteArray
,
off
:
Int
=
0
)
:
Long
Content copied to clipboard
int64LE
Link copied to clipboard
common
@
JvmStatic
fun
int64LE
(
input
:
Input
)
:
Long
Content copied to clipboard
@
JvmStatic
fun
int64LE
(
bs
:
ByteArray
,
off
:
Int
=
0
)
:
Long
Content copied to clipboard
write
Int16BE
Link copied to clipboard
common
@
JvmStatic
fun
writeInt16BE
(
n
:
Short
)
:
ByteArray
Content copied to clipboard
@
JvmStatic
fun
writeInt16BE
(
n
:
Short
,
output
:
Output
)
Content copied to clipboard
@
JvmStatic
fun
writeInt16BE
(
n
:
Short
,
bs
:
ByteArray
,
off
:
Int
=
0
)
Content copied to clipboard
write
Int16LE
Link copied to clipboard
common
@
JvmStatic
fun
writeInt16LE
(
n
:
Short
)
:
ByteArray
Content copied to clipboard
@
JvmStatic
fun
writeInt16LE
(
n
:
Short
,
output
:
Output
)
Content copied to clipboard
@
JvmStatic
fun
writeInt16LE
(
n
:
Short
,
bs
:
ByteArray
,
off
:
Int
=
0
)
Content copied to clipboard
write
Int32BE
Link copied to clipboard
common
@
JvmStatic
fun
writeInt32BE
(
n
:
Int
)
:
ByteArray
Content copied to clipboard
@
JvmStatic
fun
writeInt32BE
(
n
:
Int
,
output
:
Output
)
Content copied to clipboard
@
JvmStatic
fun
writeInt32BE
(
n
:
Int
,
bs
:
ByteArray
,
off
:
Int
=
0
)
Content copied to clipboard
write
Int32LE
Link copied to clipboard
common
@
JvmStatic
fun
writeInt32LE
(
n
:
Int
)
:
ByteArray
Content copied to clipboard
@
JvmStatic
fun
writeInt32LE
(
n
:
Int
,
output
:
Output
)
Content copied to clipboard
@
JvmStatic
fun
writeInt32LE
(
n
:
Int
,
bs
:
ByteArray
,
off
:
Int
=
0
)
Content copied to clipboard
write
Int64BE
Link copied to clipboard
common
@
JvmStatic
fun
writeInt64BE
(
n
:
Long
)
:
ByteArray
Content copied to clipboard
@
JvmStatic
fun
writeInt64BE
(
n
:
Long
,
output
:
Output
)
Content copied to clipboard
@
JvmStatic
fun
writeInt64BE
(
n
:
Long
,
bs
:
ByteArray
,
off
:
Int
=
0
)
Content copied to clipboard
write
Int64LE
Link copied to clipboard
common
@
JvmStatic
fun
writeInt64LE
(
n
:
Long
)
:
ByteArray
Content copied to clipboard
@
JvmStatic
fun
writeInt64LE
(
n
:
Long
,
output
:
Output
)
Content copied to clipboard
@
JvmStatic
fun
writeInt64LE
(
n
:
Long
,
bs
:
ByteArray
,
off
:
Int
=
0
)
Content copied to clipboard