Documentation ¶ Index ¶ func ReadTrustedSetup(filePath string) (*gokzg4844.JSONTrustedSetup, error) type Config func DefaultConfig() Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ReadTrustedSetup ¶ func ReadTrustedSetup(filePath string) (*gokzg4844.JSONTrustedSetup, error) ReadTrustedSetup reads the trusted setup from the file system. Types ¶ type Config ¶ type Config struct { // TrustedSetupPath is the path to the trusted setup. TrustedSetupPath string `mapstructure:"trusted-setup-path"` // Implementation is the KZG implementation to use. Implementation string `mapstructure:"implementation"` } func DefaultConfig ¶ func DefaultConfig() Config DefaultConfig returns the default configuration. Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.