Skip to content

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
markkurossi committed Aug 30, 2023
1 parent 2829b3a commit ccd5fc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/circuits/wire.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const (
type Wire struct {
ovnum uint32
id uint32
// The gates[0] is the input gate, gates[1:] are the output gates.
gates []*Gate
}

Expand Down

0 comments on commit ccd5fc7

Please sign in to comment.