mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-15 12:08:59 +00:00
7 lines
195 B
C
7 lines
195 B
C
#include "options.h"
|
|
|
|
#if !OPTIMIZE_SIZE_ED25519
|
|
/* multiples of the base point in packed {ysubx, xaddy, t2d} form */
|
|
extern const uint8_t ALIGN(16) ge25519_niels_base_multiples[256][96];
|
|
#endif
|