Trait

special.sigma

SigmaContract

Related Doc: package sigma

Permalink

trait SigmaContract extends AnyRef

Shortcut declarations for methods of global object (aka SigmaDslBuilder). Every methods delegates to the corresponding method of builder, look there for details.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SigmaContract
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def builder: SigmaDslBuilder

    Permalink

    Returns Global instance (aka Builder) which implements all global operations.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def Collection[T](items: T*)(implicit cT: RType[T]): Coll[T]

    Permalink
  5. def allOf(conditions: Coll[Boolean]): Boolean

    Permalink
  6. def allZK(conditions: Coll[SigmaProp]): SigmaProp

    Permalink
  7. def anyOf(conditions: Coll[Boolean]): Boolean

    Permalink
  8. def anyZK(conditions: Coll[SigmaProp]): SigmaProp

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def atLeast(bound: Int, props: Coll[SigmaProp]): SigmaProp

    Permalink

    !!! all methods should delegate to builder

  11. def blake2b256(bytes: Coll[Byte]): Coll[Byte]

    Permalink
  12. def byteArrayToBigInt(bytes: Coll[Byte]): BigInt

    Permalink
  13. def byteArrayToLong(bytes: Coll[Byte]): Long

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def decodePoint(encoded: Coll[Byte]): GroupElement

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def groupGenerator: GroupElement

    Permalink
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def longToByteArray(l: Long): Coll[Byte]

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def proveDHTuple(g: GroupElement, h: GroupElement, u: GroupElement, v: GroupElement): SigmaProp

    Permalink
  28. def proveDlog(g: GroupElement): SigmaProp

    Permalink
  29. def sha256(bytes: Coll[Byte]): Coll[Byte]

    Permalink
  30. def sigmaProp(b: Boolean): SigmaProp

    Permalink
  31. def substConstants[T](scriptBytes: Coll[Byte], positions: Coll[Int], newValues: Coll[T]): Coll[Byte]

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def xorOf(conditions: Coll[Boolean]): Boolean

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped