arduino-libraries / ArduinoECCX08

78 stars 49 forks source link

Fixes to various integer encodings #16

Closed guillep2k closed 5 years ago

guillep2k commented 5 years ago

Fixed the minimum length for INTEGER types (>=1) Fixed encoding length for negative types Fixed mix of rLength with sLength in appendSignature() Fixed length returned in appendSerialNumber() and appendSignature() Removed zero-length checks where length is guaranteed to be greater than zero.

guillep2k commented 5 years ago

Fixes #13

sandeepmistry commented 5 years ago

@guillep2k thanks!