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

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

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

import scorex.crypto

object X11 extends CryptographicHash32 {

  override def hash(input: Message): Digest = crypto.applyHashes(input,
    Blake512, BMW512, Groestl512, Skein512, JH512, Keccak512, Luffa512, CubeHash512, SHAvite512, SIMD512, ECHO512)
    .slice(0, DigestSize)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy