From 226cc7ded421041f561215a8e3f25e48a0574d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Thu, 8 Mar 2001 01:23:28 +0000 Subject: More method functions for EC_GFp_simple_method. --- crypto/ec/ecp_nist.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'crypto/ec/ecp_nist.c') diff --git a/crypto/ec/ecp_nist.c b/crypto/ec/ecp_nist.c index 16fea7cd55..df2d614209 100644 --- a/crypto/ec/ecp_nist.c +++ b/crypto/ec/ecp_nist.c @@ -70,7 +70,10 @@ const EC_METHOD *EC_GFp_nist_method(void) ec_GFp_simple_point_finish, ec_GFp_simple_point_clear_finish, ec_GFp_simple_point_copy, - /* TODO: 'set' and 'get' functions for EC_POINTs */ + ec_GFp_simple_point_set_to_infinity, + ec_GFp_simple_point_set_affine_coordinates_GFp, + ec_GFp_simple_point_get_affine_coordinates_GFp, + /* TODO: other 'set' and 'get' functions for EC_POINTs */ ec_GFp_simple_point2oct, ec_GFp_simple_oct2point, ec_GFp_simple_add, -- cgit v1.2.3