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