1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 19:09:10 +00:00
trezor-firmware/crypto/ed25519-donna/ed25519-donna-32bit-tables.h
2019-04-15 19:14:52 +02:00

18 lines
305 B
C

extern const ge25519 ALIGN(16) ge25519_basepoint;
/*
d
*/
extern const bignum25519 ALIGN(16) ge25519_ecd;
extern const bignum25519 ALIGN(16) ge25519_ec2d;
/*
sqrt(-1)
*/
extern const bignum25519 ALIGN(16) ge25519_sqrtneg1;
extern const ge25519_niels ALIGN(16) ge25519_niels_sliding_multiples[32];