Trait

special.sigma

SigmaDslBuilder

Related Doc: package sigma

Permalink

trait SigmaDslBuilder extends AnyRef

Annotations
@Liftable() @WithMethodCallRecognizers()
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SigmaDslBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def BigInt(n: BigInteger): BigInt

    Permalink

    Create DSL big integer from existing java.math.BigInteger

    Create DSL big integer from existing java.math.BigInteger

    Annotations
    @Internal()
  2. abstract def Colls: CollBuilder

    Permalink
  3. abstract def CostModel: CostModel

    Permalink
  4. abstract def Costing: CostedBuilder

    Permalink
  5. abstract def Monoids: MonoidBuilder

    Permalink
  6. abstract def PubKey(base64String: String): SigmaProp

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

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

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

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

    Permalink
  11. abstract def atLeast(bound: Int, props: Coll[SigmaProp]): SigmaProp

    Permalink
  12. abstract def avlTree(operationFlags: Byte, digest: Coll[Byte], keyLength: Int, valueLengthOpt: Option[Int]): AvlTree

    Permalink

    Construct a new authenticated dictionary with given parameters and tree root digest.

  13. abstract def blake2b256(bytes: Coll[Byte]): Coll[Byte]

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

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

    Permalink
  16. abstract def decodePoint(encoded: Coll[Byte]): GroupElement

    Permalink
  17. abstract def groupGenerator: GroupElement

    Permalink

    The generator g of the group is an element of the group such that, when written multiplicatively, every element of the group is a power of g.

    The generator g of the group is an element of the group such that, when written multiplicatively, every element of the group is a power of g.

    returns

    the generator of this Dlog group

  18. abstract def longToByteArray(l: Long): Coll[Byte]

    Permalink
  19. abstract def proveDHTuple(g: GroupElement, h: GroupElement, u: GroupElement, v: GroupElement): SigmaProp

    Permalink
  20. abstract def proveDlog(g: GroupElement): SigmaProp

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

    Permalink
  22. abstract def sigmaProp(b: Boolean): SigmaProp

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

    Permalink
    Annotations
    @Reified()
  24. abstract def toBigInteger(n: BigInt): BigInteger

    Permalink

    Extract java.math.BigInteger from DSL's BigInt type

    Extract java.math.BigInteger from DSL's BigInt type

    Annotations
    @Internal()
  25. abstract def verifyZK(cond: ⇒ SigmaProp): Boolean

    Permalink
  26. abstract def xor(l: Coll[Byte], r: Coll[Byte]): Coll[Byte]

    Permalink
  27. abstract def xorOf(conditions: Coll[Boolean]): Boolean

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped