InternalVariable is not implemented and will panic if called.
(wireID uint32)
| 271 | |
| 272 | // InternalVariable is not implemented and will panic if called. |
| 273 | func (builder *builder) InternalVariable(wireID uint32) frontend.Variable { |
| 274 | panic("unimplemented") |
| 275 | } |
| 276 | |
| 277 | // ToCanonicalVariable is not implemented and will panic if called. |
| 278 | func (builder *builder) ToCanonicalVariable(in frontend.Variable) frontend.CanonicalVariable { |