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