[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Implementation question




Robert Glenn writes:
> Shouldn't the SPI be sent in network order as well as the other
> fields that were specifically mentioned (IV, DES Blocks)?  

The DES IV is loaded into a DES algorithm which is (hopefully!) highly
positionally dependent.

Since the SPI is arbitrary, it doesn't really make any difference what
order you interpret it in. You can interpret it in either little or
big endian order and it won't alter your operation (so long as you are
consistant, of course!)

Perry


References: