Trait

special.sigma

SigmaContract

Related Doc: package sigma

Permalink

trait SigmaContract extends AnyRef

Annotations
@Liftable()
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

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
    Annotations
    @NeverInline() @Reified()
  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
  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
    @HotSpotIntrinsicCandidate() @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. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def groupGenerator: GroupElement

    Permalink
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. def proveDHTuple(g: GroupElement, h: GroupElement, u: GroupElement, v: GroupElement): SigmaProp

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

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

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

    Permalink
  30. def substConstants[T](scriptBytes: Coll[Byte], positions: Coll[Int], newValues: Coll[T])(implicit cT: RType[T]): Coll[Byte]

    Permalink
    Annotations
    @Reified()
  31. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  33. def verifyZK(cond: ⇒ SigmaProp): Boolean

    Permalink

    !!! all methods should delegate to builder

  34. final def wait(arg0: Long, arg1: Int): Unit

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

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

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

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped