scorex.crypto.hash.FRHash64.scala Maven / Gradle / Ivy
package scorex.crypto.hash
trait FRHash64 extends CryptographicHash64 {
override def hash(input: Message): Digest = hf.digest(input)
protected def hf: fr.cryptohash.Digest
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy