Skip to content

sgns::GeniusAssigner::AssignerOutput

#include <GeniusAssigner.hpp>

Public Functions

Name
AssignerOutput(PlonkConstraintSystemType new_constrains, PlonkAssignTableType new_table)

Public Attributes

Name
PlonkConstraintSystemType constrains
PlonkAssignTableType table

Public Functions Documentation

function AssignerOutput

inline explicit AssignerOutput(
    PlonkConstraintSystemType new_constrains,
    PlonkAssignTableType new_table
)

Public Attributes Documentation

variable constrains

PlonkConstraintSystemType constrains;

variable table

PlonkAssignTableType table;

Updated on 2026-03-04 at 13:10:43 -0800