clearmatics / mobius

Trustless Tumbling for Transaction Privacy
GNU Lesser General Public License v3.0
86 stars 23 forks source link

Change `constant` and `view` to `pure` when compiler supports it. #48

Open HarryR opened 6 years ago

HarryR commented 6 years ago

For functions which could be pure, e.g. all of the bn256g1, anything which doesn't reference state variables.

See: