Hello,

how data is stored in this structure? I have been testing with numerical
data and I think that the data are converted to hexadecimal in pairs and
from right to left. For example, if I have the number 55.555.555 is
converted into 85 85 85 85. It is a problem when the number ends in zero,
because, if I have the number 1.000.000 is converted to16 0 0 0 and if I
have the number 10.000.000 is converted to the same value (16000). Due to
this, for two objects with identifiers 1.000.000 and 10.000.000, in opensc
they are converted to the same identifier 16 0 0 0. I don't know if I have
interpreted something bad or if really exist this error in opensc.

Thank you.
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to