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

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

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

import ove.crypto.digest.Blake2b

object Blake2b512 extends CryptographicHash64 {

  override def hash(input: Message): Digest = Blake2b.Digest.newInstance(DigestSize).digest(input)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy