> How is this number used to generate or define the round function? you've told > me that round function change when a distinguished point is seen, does the id > number generates a set of round function that will be used when needed or is > it used "on the fly" each time a distinguished point is reached?You've also > told me that DP is defined by 15bits are 0, do u meen 15 successiv bits, > exactly 15bits, 15 first bits, 15 last bits?
32 values are computed at program start and those are constant during program execution. At least the first 15 bits of keystream have to be zero the rest is ignored for DP calculations. _______________________________________________ A51 mailing list [email protected] http://lists.lists.reflextor.com/cgi-bin/mailman/listinfo/a51
