macosMain.fr.acinq.bitcoin.crypto.Digest.macos.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bitcoin-kmp Show documentation
Show all versions of bitcoin-kmp Show documentation
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()