File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,10 @@ Using this switch reduces the amount of call stack memory used by uECC, since le
4444translations are required.
4545Note that this will *only* work on native little-endian processors and it will treat the uint8_t
4646arrays passed into the public API as word arrays, therefore requiring the provided byte arrays
47- to be word aligned on architectures that do not support unaligned accesses. */
47+ to be word aligned on architectures that do not support unaligned accesses.
48+ IMPORTANT: Keys and signatures generated with uECC_VLI_NATIVE_LITTLE_ENDIAN=1 are incompatible
49+ with keys and signatures generated with uECC_VLI_NATIVE_LITTLE_ENDIAN=0; all parties must use
50+ the same endianness. */
4851#ifndef uECC_VLI_NATIVE_LITTLE_ENDIAN
4952 #define uECC_VLI_NATIVE_LITTLE_ENDIAN 0
5053#endif
You can’t perform that action at this time.
0 commit comments