40d39
< #include "base/bigint.hh"
126,141d124
< template<>
< inline Twin64_t swap_byte<Twin64_t>(Twin64_t x)
< {
< x.a = swap_byte(x.a);
< x.b = swap_byte(x.b);
< return x;
< }
<
< template<>
< inline Twin32_t swap_byte<Twin32_t>(Twin32_t x)
< {
< x.a = swap_byte(x.a);
< x.b = swap_byte(x.b);
< return x;
< }
<