mirror of
https://github.com/neocturne/libuecc.git
synced 2025-03-04 09:03:31 +01:00
Very small Elliptic Curve Cryptography library - Mirror
Using uint32_t instead of unsigned int for the unpacked work struct ensures the code is working correctly on ABIs with ints narrower than 32 bits. While this would constitute a API/ABI change on some systems in theory, most likely all systems using libuecc so far have uint8_t == unsigned char and uint32_t == unsigned int. Also, coding style cleanup. |
||
---|---|---|
include/libuecc | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
COPYRIGHT | ||
Doxyfile.in | ||
libuecc.pc.in | ||
UseDoxygen.cmake |