cargodog / arcturus

A pure rust implementation of Arcturus proofs for confidential transactions.
MIT License
12 stars 2 forks source link

ArcturusGens::tensor should be replaced by macro, or direct construction of iterators #38

Closed cargodog closed 3 years ago

cargodog commented 3 years ago

ArcturusGens::tensor does something that could be done more simply as a macro, or by directly building iterators in-place. It would be better not to have this as a method to the ArcturusGens object, as tensors are not related to the generators (or vice versa).