From: Mark Wooding Date: Sat, 23 Nov 2019 23:48:52 +0000 (+0000) Subject: field.c: Replace `tofe' by `implicitfe', calling `implicit{mp,gf}'. X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/commitdiff_plain/f5427c205d2793a24c4fca1983035c4344101664?hp=f5427c205d2793a24c4fca1983035c4344101664 field.c: Replace `tofe' by `implicitfe', calling `implicit{mp,gf}'. If something converts to an integer, we allow converting it to a prime-field element too; similarly, things that convert to polynomials can convert to binary-field elements. (Obviously, these conversions use the canonical homomorphisms.) ---