com.wavesplatform.crypto.Blake2b256.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lang Show documentation
Show all versions of lang Show documentation
The RIDE smart contract language compiler
The newest version!
package com.wavesplatform.crypto
import org.bouncycastle.crypto.digests.Blake2bDigest
object Blake2b256 extends BCDigest(() => new Blake2bDigest(256), 32)