GlobalPlatform / WebApis-for-SE

Open source Apis to access a Secure Element from a Web application
Apache License 2.0
18 stars 5 forks source link

Byte ordering #51

Closed hchavers closed 8 years ago

hchavers commented 8 years ago

Comments from Trusted Computing Group - Item # 32

Section: WebIDL

Comment: Re “attribute Uint8Array data;”

Proposed Resolution: Is byte ordering discussed in this document?

serianox commented 8 years ago

Byte ordering (aka endianess) is irrelevant in ISO 7816-4. All data structure are defined as a sequence of 8-bits bytes.

It could be compared to some extent to network byte order.