com.wavesplatform.crypto.Keccak256.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.KeccakDigest
object Keccak256 extends BCDigest(() => new KeccakDigest(256), 32)