Reorganise ECC code for inclusion in FIPS module.
Move compression, point2oct and oct2point functions into separate files. Add a flags field to EC_METHOD. Add a flag EC_FLAGS_DEFAULT_OCT to use the default compession and oct functions (all existing methods do this). This removes dependencies from EC_METHOD while keeping original functionality.
Showing
crypto/ec/ec2_oct.c
0 → 100644
crypto/ec/ec_oct.c
0 → 100644
crypto/ec/ecp_oct.c
0 → 100644
想要评论请 注册 或 登录