ring/crypto/fipsmodule
Brian Smith 07aff69462 EC: Fix support for curves like P-521 in the code generator.
Values for P-521 have an odd number of limbs in 32-bit mode, which
means we can't keep using `TOBN`, and also Montgomery-encoded
values are different for 32-bit and 64-bit.
2023-11-13 12:45:39 -08:00
..