All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scorex.crypto.hash.FRHash.scala Maven / Gradle / Ivy

There is a newer version: 1.2.0-RC3
Show newest version
package scorex.crypto.hash

trait FRHash extends CryptographicHash {
  override lazy val DigestSize: Int = hf.getDigestLength

  override def hash(input: Message): Digest = hf.digest(input)

  protected def hf: fr.cryptohash.Digest
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy