toggle menu
Kaptos
0.1.2-beta
common
switch theme
search in API
Kaptos
/
xyz.mcxross.kaptos.core
/
AuthenticationKey
/
Companion
Companion
object
Companion
Members
Properties
LENGTH
Link copied to clipboard
const
val
LENGTH
:
Int
=
32
An authentication key is always a SHA3-256 hash of data, and is always 32 bytes.
Functions
from
Scheme
And
Bytes
Link copied to clipboard
fun
fromSchemeAndBytes
(
scheme
:
AuthenticationKeyScheme
,
input
:
HexInput
)
:
AuthenticationKey