Hi,
We want to use blists as a representation for binary codewords because we
hope it will be much faster than to use elements of GF(2). But we could not
find a function for XOR(blist1, blist2) or for NOT(blist1) which would
make the functions we need (like our function "distance") much faster.
We now use
BlistList(list1,[false]) instead of Not(blist1)
but it is too slow. Are you implementing those functions in the near future?
Erik, Jasper & Reinald