toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-core
/
dev.whyoleg.cryptography.operations
/
Hasher
Hasher
interface
Hasher
(
source
)
Members
Functions
create
Hash
Function
Link copied to clipboard
abstract
fun
createHashFunction
(
)
:
HashFunction
hash
Link copied to clipboard
open
suspend
fun
hash
(
data
:
ByteArray
)
:
ByteArray
open
suspend
fun
hash
(
data
:
RawSource
)
:
ByteString
open
suspend
fun
hash
(
data
:
ByteString
)
:
ByteString
hash
Blocking
Link copied to clipboard
open
fun
hashBlocking
(
data
:
ByteArray
)
:
ByteArray
open
fun
hashBlocking
(
data
:
RawSource
)
:
ByteString
open
fun
hashBlocking
(
data
:
ByteString
)
:
ByteString