botan v1.12.8 (2016-11-14T10:06:52Z)
Dub
Repo
make_ushort
botan
utils
loadstor
Make a ushort from two bytes
ushort
make_ushort
(
ubyte
i0
,
ubyte
i1
)
Parameters
i0
ubyte
the first ubyte
i1
ubyte
the second ubyte
Return Value
Type:
ushort
i0 || i1
Meta
Source
See Implementation
botan
utils
loadstor
functions
loadBigEndian
loadLittleEndian
make_uint
make_ulong
make_ushort
storeBigEndian
storeLittleEndian
Make a ushort from two bytes