Very small Elliptic Curve Cryptography library - Mirror
Find a file
Matthias Schiffer c917cec3ef Use stdint types where reasonable
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.
2015-10-06 21:16:36 +02:00
include/libuecc Use stdint types where reasonable 2015-10-06 21:16:36 +02:00
src Use stdint types where reasonable 2015-10-06 21:16:36 +02:00
.gitignore Initial version 2012-03-13 00:18:43 +01:00
CMakeLists.txt libuecc v5 2015-01-26 19:41:00 +01:00
COPYRIGHT Update copyright years 2015-01-26 05:45:45 +01:00
Doxyfile.in Update doxygen support 2015-01-26 19:40:28 +01:00
libuecc.pc.in Use LIB_SUFFIX in pkg-config information 2013-12-26 06:01:01 +01:00
UseDoxygen.cmake Update doxygen support 2015-01-26 19:40:28 +01:00