Setup

scalus.crypto.accumulator.BilinearAccumulatorProver.Setup
See theSetup companion object
case class Setup(g1Powers: Vector[G1Element], g2Powers: Vector[G2Element])

Self-contained CRS with powers of tau on both G1 and G2.

After trustedSetup, tau can be destroyed. All accumulator and proof operations use only the CRS points.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product