mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-09 17:10:17 +00:00
3 lines
139 B
C
3 lines
139 B
C
/* multiples of the base point in packed {ysubx, xaddy, t2d} form */
|
|
extern const uint8_t ALIGN(16) ge25519_niels_base_multiples[256][96];
|