The counter is big-endian. Since it comes as an array of char,
authorRichard Levitte <levitte@openssl.org>
Fri, 4 Jul 2003 11:37:50 +0000 (11:37 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 4 Jul 2003 11:37:50 +0000 (11:37 +0000)
commit61f00386ab2866c386605248b26b1584d85520ce
tree26ac05556ec58cb0bd852b32799811f4beab2ba6
parent2ae0352b0f9ace97bd5b00f474d7b5ae8e7a501d
The counter is big-endian.  Since it comes as an array of char,
there's absolutely no need to special-case it on little-endian
machines.

Notified by Thierry Boivin <Thierry.Boivin@celsecat.com>
crypto/aes/aes_ctr.c