Age | Commit message (Expand) | Author |
---|---|---|
2024-11-08 | Rename EC_YBIT to EC_POINT_YBIT | Theo Buehler |
2024-11-02 | ec_convert: remove _OCT also from the macro names | Theo Buehler |
2024-11-01 | Move point_conversion_t conversion to API boundary | Theo Buehler |
2024-10-31 | Drop the _oct from the function prefixes | Theo Buehler |
2024-10-31 | Retire the oct2point and point2oct EC_METHOD members | Theo Buehler |
2024-10-31 | ec_point_to_octets: move out_len initialization up a bit | Theo Buehler |
2024-10-30 | Expand the introductory comment with references to X9.62 and SEC 1 | Theo Buehler |
2024-10-30 | Move the point2bn and point2hex API to ec_convert.c | Theo Buehler |
2024-10-30 | Replace hardcoded 1U with EC_OCT_YBIT | Theo Buehler |
2024-10-30 | Move the GFp-specific point <-> octets functions to ec_convert.c | Theo Buehler |
2024-10-30 | Move public point <-> octets API to a new ec_convert.c | Theo Buehler |