Now `table-l' actually runs at all.
@demo
def demo_table_l(u, v):
"""Little-endian table lookup."""
@demo
def demo_table_l(u, v):
"""Little-endian table lookup."""
- return table_common(u, v, endswap_words, lambda b: b.getu32l(), 0x18)
+ return table_common(u, v, endswap_words_32, lambda b: b.getu32l(), 0x18)
###--------------------------------------------------------------------------
### Implementation using 64×64->128-bit binary polynomial multiplication.
###--------------------------------------------------------------------------
### Implementation using 64×64->128-bit binary polynomial multiplication.