mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
Disable AVR asm speedups in Curve25519 for now
This commit is contained in:
parent
277a0b63c9
commit
8b5f414fc1
@ -43,7 +43,8 @@
|
||||
|
||||
// Global switch to enable/disable AVR inline assembly optimizations.
|
||||
#if defined(__AVR__)
|
||||
#define CURVE25519_ASM_AVR 1
|
||||
// Disabled for now - there are issues with newer Arduino compilers. FIXME
|
||||
//#define CURVE25519_ASM_AVR 1
|
||||
#endif
|
||||
|
||||
// The overhead of clean() calls in mul(), reduceQuick(), etc can
|
||||
|
Loading…
x
Reference in New Issue
Block a user