Nitrokey / libnitrokey

Communicate with Nitrokey devices in a clean and easy manner
https://nitrokey.com/
GNU Lesser General Public License v3.0
65 stars 34 forks source link

Return serial number as uint32_t #174

Closed robinkrahl closed 4 years ago

robinkrahl commented 4 years ago

This patch series adds functions to the C++ and C API that also return the serial number as an integer (instead of only returning a formatted hex string).

Fixes #172.