lightning-kmp
/
fr.acinq.lightning.crypto.noise
/
HashFunctions
common
Hash
Functions
interface
HashFunctions
Content copied to clipboard
Hash functions
Functions
Inheritors
Functions
block
Len
Link copied to clipboard
common
abstract fun
blockLen
():
Int
Content copied to clipboard
hash
Link copied to clipboard
common
abstract fun
hash
(data:
ByteArray
):
ByteArray
Content copied to clipboard
hash
Len
Link copied to clipboard
common
abstract fun
hashLen
():
Int
Content copied to clipboard
hkdf
Link copied to clipboard
common
open fun
hkdf
(chainingKey:
ByteArray
, inputMaterial:
ByteArray
):
Pair
<
ByteArray
,
ByteArray
>
Content copied to clipboard
hmac
Hash
Link copied to clipboard
common
abstract fun
hmacHash
(key:
ByteArray
, data:
ByteArray
):
ByteArray
Content copied to clipboard
name
Link copied to clipboard
common
abstract fun
name
():
String
Content copied to clipboard
Inheritors
SHA256HashFunctions
Link copied to clipboard