
20 Sep
2008
20 Sep
'08
2:45 a.m.
I looked at the implementation of the constructor which takes the byte array. I found that the sequence is used as a byte sequence. Indeed, in the last line of the paragraph you state that the range must span at least 16 elements, but in the first lines you write assert(a.size() == 32); which suggested to me that there were 32 elements in the sequence. I think that it is a typo.... Regards Manuel Fiorelli