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