
21 Sep
2008
21 Sep
'08
1:35 a.m.
Hi, On Sat, 20 Sep 2008 04:45:40 +0200, "Manuel Fiorelli" <manuel.fiorelli@gmail.com> said:
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);
This is a typo. I will correct it to: assert(a.size() >= 16); Thanks, Andy.
which suggested to me that there were 32 elements in the sequence. I think that it is a typo....
Regards Manuel Fiorelli