mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-30 16:54:04 -05:00
Fix copy-paste errors in function comments
Use correct function names for the documentation. Signed-off-by: Sean Parkinson <sean@wolfssl.com>
This commit is contained in:
parent
47e966abac
commit
441e8bfbb4
@ -749,7 +749,7 @@ struct crypto_ec_point * crypto_ec_point_from_bin(struct crypto_ec *e,
|
|||||||
const u8 *val);
|
const u8 *val);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* crypto_bignum_add - c = a + b
|
* crypto_ec_point_add - c = a + b
|
||||||
* @e: EC context from crypto_ec_init()
|
* @e: EC context from crypto_ec_init()
|
||||||
* @a: Bignum
|
* @a: Bignum
|
||||||
* @b: Bignum
|
* @b: Bignum
|
||||||
@ -761,7 +761,7 @@ int crypto_ec_point_add(struct crypto_ec *e, const struct crypto_ec_point *a,
|
|||||||
struct crypto_ec_point *c);
|
struct crypto_ec_point *c);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* crypto_bignum_mul - res = b * p
|
* crypto_ec_point_mul - res = b * p
|
||||||
* @e: EC context from crypto_ec_init()
|
* @e: EC context from crypto_ec_init()
|
||||||
* @p: EC point
|
* @p: EC point
|
||||||
* @b: Bignum
|
* @b: Bignum
|
||||||
|
Loading…
Reference in New Issue
Block a user