mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 19:13:16 +00:00
Functions generated by Fiat-crypto are not prefixed by their description any more. This matches an upstream change. We can now use a single type for different curves and implementations. The field type is now generic, so we can properly handle the base field and scalars without code duplication.