CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/01/06 07:29:33
Modified files:
lib/libcrypto/ec: ec_lib.c ec_local.h ecp_methods.c
Log message:
Remove get_order_bits() and get_degree() methods
The degree made some sense when EC2M was a thing in libcrypto. Fortunately
that's not the case anymore. The order handler never made sense.
ok jsing
