Add associated constants of type Self to Field and PrimeField#94
Conversation
|
Prior to merging this, I want to confirm that the major implementors of the
|
|
@str4d the @RustCrypto crates are all fine. They support both |
|
I confirmed that |
0dd4723 to
58741b7
Compare
e8845d6 to
e9744d0
Compare
e9744d0 to
620be67
Compare
|
Rebased on |
We now require that the type implementing `Field`, and its particular values for these constants, can be constructed in a const context. Once upon a time this might have been onerous, but it should now be a reasonable requirement given our MSRV of 1.56.0. Closes #87.
620be67 to
6bf93ee
Compare
|
Force-pushed to fix a documentation lint. |
We now require that the type implementing
Field, and its particular values for these constants, can be constructed in a const context. Once upon a time this might have been onerous, but it should now be a reasonable requirement given our MSRV of 1.56.0.Closes #87.