toggle menu
multiplatform-crypto-libsodium-bindings
0.9.6-SNAPSHOT
android
common
jvm
mingwX64
switch theme
search in API
multiplatform-crypto-libsodium-bindings
/
com.ionspin.kotlin.crypto.generichash
Package-level
declarations
Types
Properties
Types
Generic
Hash
Link copied to clipboard
android
common
jvm
mingwX64
actual
object
GenericHash
expect
object
GenericHash
actual
object
GenericHash
actual
object
GenericHash
Generic
Hash
State
Link copied to clipboard
data
class
GenericHashState
(
val
hashLength
:
Int
,
val
internalState
:
GenericHashStateInternal
)
Generic
Hash
State
Internal
Link copied to clipboard
android
common
jvm
mingwX64
actual
typealias
GenericHashStateInternal
=
Blake2bState
Created by Ugljesa Jovanovic ugljesa.jovanovic@ionspin.com on 21-Aug-2020
expect
class
GenericHashStateInternal
actual
typealias
GenericHashStateInternal
=
Blake2bState
Created by Ugljesa Jovanovic ugljesa.jovanovic@ionspin.com on 21-Aug-2020
actual
typealias
GenericHashStateInternal
=
crypto_generichash_blake2b_state
Created by Ugljesa Jovanovic ugljesa.jovanovic@ionspin.com on 21-Aug-2020
Properties
crypto_generichash_blake2b_BYTES
Link copied to clipboard
val
crypto_generichash_blake2b_BYTES
:
Int
=
32
crypto_generichash_blake2b_BYTES_MAX
Link copied to clipboard
val
crypto_generichash_blake2b_BYTES_MAX
:
Int
=
64
crypto_generichash_blake2b_BYTES_MIN
Link copied to clipboard
val
crypto_generichash_blake2b_BYTES_MIN
:
Int
=
16
crypto_generichash_blake2b_KEYBYTES
Link copied to clipboard
val
crypto_generichash_blake2b_KEYBYTES
:
Int
=
32
crypto_generichash_blake2b_KEYBYTES_MAX
Link copied to clipboard
val
crypto_generichash_blake2b_KEYBYTES_MAX
:
Int
=
64
crypto_generichash_blake2b_KEYBYTES_MIN
Link copied to clipboard
val
crypto_generichash_blake2b_KEYBYTES_MIN
:
Int
=
16
crypto_generichash_blake2b_SALTBYTES
Link copied to clipboard
val
crypto_generichash_blake2b_SALTBYTES
:
Int
=
16
crypto_generichash_BYTES
Link copied to clipboard
val
crypto_generichash_BYTES
:
Int
=
32
Created by Ugljesa Jovanovic ugljesa.jovanovic@ionspin.com on 21-Aug-2020