1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 03:19:05 +00:00
trezor-firmware/ed25519-donna/ed25519-donna-32bit-tables.h

18 lines
305 B
C
Raw Normal View History

extern const ge25519 ALIGN(16) ge25519_basepoint;
2016-04-22 15:47:48 +00:00
/*
d
*/
extern const bignum25519 ALIGN(16) ge25519_ecd;
2016-04-22 15:47:48 +00:00
extern const bignum25519 ALIGN(16) ge25519_ec2d;
2016-04-22 15:47:48 +00:00
/*
sqrt(-1)
*/
extern const bignum25519 ALIGN(16) ge25519_sqrtneg1;
2016-04-22 15:47:48 +00:00
extern const ge25519_niels ALIGN(16) ge25519_niels_sliding_multiples[32];