scorex.crypto.hash.Groestl256.scala Maven / Gradle / Ivy
package scorex.crypto.hash
object Groestl256 extends FRHash32 {
override protected def hf: fr.cryptohash.Digest = new fr.cryptohash.Groestl256
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy