From 968766cad84d15d556d9b8f7ab3c927df700c378 Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Tue, 22 Jul 2003 12:34:21 +0000 Subject: updates for draft-ietf-tls-ecc-03.txt Submitted by: Douglas Stebila Reviewed by: Bodo Moeller --- crypto/ec/ec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/ec') diff --git a/crypto/ec/ec.h b/crypto/ec/ec.h index dcffc8c049..8f4d4e1818 100644 --- a/crypto/ec/ec.h +++ b/crypto/ec/ec.h @@ -158,6 +158,7 @@ int EC_GROUP_get_curve_GFp(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN int EC_GROUP_set_curve_GF2m(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *); int EC_GROUP_get_curve_GF2m(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *); +/* returns the number of bits needed to represent a field element */ int EC_GROUP_get_degree(const EC_GROUP *); /* EC_GROUP_check() returns 1 if 'group' defines a valid group, 0 otherwise */ -- cgit v1.2.3