microsoft / PQCrypto-SIDH

SIDH Library is a fast and portable software library that implements state-of-the-art supersingular isogeny cryptographic schemes. The chosen parameters aim to provide security against attackers running a large-scale quantum computer, and security against classical algorithms.
MIT License
317 stars 101 forks source link

Support for Big Endian Platforms #8

Closed joncmu closed 5 years ago

joncmu commented 6 years ago

The conversion between unsigned char arrays and digit_t arrays causes this issue. Not sure of a clean way to fix this without changing the function interfaces in several places.

patricklonga commented 5 years ago

Support for big endianness is not a high priority at this point. But thanks for the recommendation. I'll keep it in mind for future updates.