toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
crypto
/
com.example.crypto.api.mac
/
Hmac
Hmac
interface
Hmac
Inheritors
HmacImpl
Members
Functions
generate
Link copied to clipboard
abstract
fun
generate
(
data
:
ByteArray
)
:
ByteArray
init
Link copied to clipboard
abstract
fun
init
(
key
:
ByteArray
,
digestParams
:
DigestParams
=
DigestParams.Sha512
)
:
Hmac