Documentation
¶
Overview ¶
Package frontendtype allows to assert frontend type.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FrontendTyper ¶
type FrontendTyper interface {
// FrontendType returns the frontend type. It allows to choose the optimal circuit
// implementation depending on the frontend type.
FrontendType() Type
}
FrontendTyper interface allows to get the frontend type. The interfaces should be asserted from the inner builder via the Compiler() method.
It allows to choose the optimal circuit implementation depending on the frontend type.
The user should have a fallback if the interface is not implemented (i.e. test engine).
Click to show internal directories.
Click to hide internal directories.