#include "scalar.h"
#include "group.h"
#include "ecmult_gen.h"
#include "hash_impl.h"
Go to the source code of this file.
◆ secp256k1_ecmult_gen()
This uses a conditional move to avoid any secret data in array indexes. Any use of secret indexes has been demonstrated to result in timing sidechannels, even when the cache-line access patterns are uniform. See also: "A word of warning", CHES 2013 Rump Session, by Daniel J. Bernstein and Peter Schwabe (https://cryptojedi.org/peter/data/chesrump-20130822.pdf) and "Cache Attacks and Countermeasures: the Case of AES", RSA 2006, by Dag Arne Osvik, Adi Shamir, and Eran Tromer (http://www.tau.ac.il/~tromer/papers/cache.pdf)
◆ secp256k1_ecmult_gen_blind()
Using a CSPRNG allows a failure free interface, avoids needing large amounts of random data, and guards against weak or adversarial seeds. This is a simpler and safer interface than asking the caller for blinding values directly and expecting them to retry on failure.
◆ secp256k1_ecmult_gen_context_build()
◆ secp256k1_ecmult_gen_context_clear()
◆ secp256k1_ecmult_gen_context_clone()
◆ secp256k1_ecmult_gen_context_init()
◆ secp256k1_ecmult_gen_context_is_built()