]> Git Repo - secp256k1.git/blobdiff - src/field.h
Remove unused secp256k1_fe_inv_all_var
[secp256k1.git] / src / field.h
index 0e5c385c83f46c4fe5c0d796bd64387648eb652d..ee222ee5d71673c4fef3f02a75ca30c8105d33df 100644 (file)
@@ -114,11 +114,6 @@ static void secp256k1_fe_inv(secp256k1_fe *r, const secp256k1_fe *a);
 /** Potentially faster version of secp256k1_fe_inv, without constant-time guarantee. */
 static void secp256k1_fe_inv_var(secp256k1_fe *r, const secp256k1_fe *a);
 
-/** Calculate the (modular) inverses of a batch of field elements. Requires the inputs' magnitudes to be
- *  at most 8. The output magnitudes are 1 (but not guaranteed to be normalized). The inputs and
- *  outputs must not overlap in memory. */
-static void secp256k1_fe_inv_all_var(secp256k1_fe *r, const secp256k1_fe *a, size_t len);
-
 /** Convert a field element to the storage type. */
 static void secp256k1_fe_to_storage(secp256k1_fe_storage *r, const secp256k1_fe *a);
 
This page took 0.022312 seconds and 4 git commands to generate.