algebra icon indicating copy to clipboard operation
algebra copied to clipboard

Implement const for all BigInteger and Field methods via const generics

Open jon-chuang opened this issue 4 years ago • 1 comments

This should be investigated.

jon-chuang avatar Feb 11 '21 00:02 jon-chuang

Note that this still wouldn't enable const for many Field related things, because FpParameters can't be used in a const context

Pratyush avatar Feb 11 '21 01:02 Pratyush