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

encrywm.lib.predef.functions.hash.ESPredefHash.scala Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package encrywm.lib.predef.functions.hash

import encrywm.backend.env.ESEnvComponent
import encrywm.lib.predef.functions.signature.CheckSig

object ESPredefHash {

  val predefFunctions: Map[String, ESEnvComponent] = Map(
    Blake2b256Hash.name -> Blake2b256Hash.asFunc,
    Blake2b512Hash.name -> Blake2b512Hash.asFunc,
    Keccak256Hash.name -> Keccak256Hash.asFunc,
    Keccak512Hash.name -> Keccak512Hash.asFunc,
    Sha256Hash.name -> Sha256Hash.asFunc
  )
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy