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