All Downloads are FREE. Search and download functionalities are using the official Maven repository.

macosMain.fr.acinq.bitcoin.crypto.Digest.macos.kt Maven / Gradle / Ivy

Go to download

A simple Kotlin Multiplatform library which implements most of the bitcoin protocol

The newest version!
package fr.acinq.bitcoin.crypto

internal actual fun Sha1(): Digest = Sha1Native()

internal actual fun Sha256(): Digest = Sha256Native()

internal actual fun Sha512(): Digest = Sha512Native()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy