Skip to content

Commit 489a43d

Browse files
committed
docs: fix broken link to eprint cache.pdf paper
1 parent d599714 commit 489a43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecmult_gen_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ static void secp256k1_ecmult_gen(const secp256k1_ecmult_gen_context *ctx, secp25
242242
* (https://cryptojedi.org/peter/data/chesrump-20130822.pdf) and
243243
* "Cache Attacks and Countermeasures: the Case of AES", RSA 2006,
244244
* by Dag Arne Osvik, Adi Shamir, and Eran Tromer
245-
* (https://www.tau.ac.il/~tromer/papers/cache.pdf)
245+
* (https://eprint.iacr.org/2005/271.pdf)
246246
*/
247247
for (index = 0; index < COMB_POINTS; ++index) {
248248
secp256k1_ge_storage_cmov(&adds, &secp256k1_ecmult_gen_prec_table[block][index], index == abs);

0 commit comments

Comments
 (0)