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

org.ergoplatform.appkit.SigmaPropInterpreter.scala Maven / Gradle / Ivy

The newest version!
package org.ergoplatform.appkit

import sigmastate.interpreter.{Interpreter, InterpreterContext}

/** Simple light-weight interpreter that don't require IRContext and hence cannot perform
  * script reduction, but it can however verify sigma-protocol propositions [[SigmaProp]].
  */
object SigmaPropInterpreter extends Interpreter {
  override type CTX = InterpreterContext
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy