RustCrypto: const fn
postprocessor for fiat-crypto
Postprocessor for fiat-crypto generated field implementations which rewrites
them as const fn
.
This crate is a workaround for mit-plv/fiat-crypto#1086 which provides a mechanical postprocessing step for fiat-crypto generated field implementations.
It removes &mut
references which aren't yet stable with const fn
, instead
allocating and returning an array on the stack for results.
Licensed under either of:
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.