toggle menu
Signum
3.16.2
common
switch theme
search in API
supreme
/
at.asitplus.signum.supreme.mac
Package-level
declarations
Functions
Functions
mac
Link copied to clipboard
fun
MessageAuthenticationCode
.
mac
(
key
:
ByteArray
,
msg
:
ByteArray
)
:
KmmResult
<
ByteArray
>
fun
MessageAuthenticationCode
.
mac
(
key
:
ByteArray
,
msg
:
Iterable
<
ByteArray
>
)
:
KmmResult
<
ByteArray
>
fun
MessageAuthenticationCode
.
mac
(
key
:
ByteArray
,
msg
:
Sequence
<
ByteArray
>
)
:
KmmResult
<
ByteArray
>
fun
SpecializedMessageAuthenticationCode
.
mac
(
key
:
ByteArray
,
msg
:
Sequence
<
ByteArray
>
)
:
KmmResult
<
ByteArray
>