"S1" encryption system (was: this looked like it might be interesting)

Josh M. Osborne stripes at va.pubnix.com
Wed Aug 9 17:59:48 PDT 1995


In message <199508092259.PAA10092 at jobe.shell.portal.com>, Hal writes:
>I suppose the unstated implication is that this might be Skipjack.

I don't suppose anyone has access to Skipjack to verify or
refute this claim?

[...much intresting analisys deleted...]
>                                           In addition to the points
>mentioned it is curious that the G arrays are initialized with a list of
>256 values rather than taking advantage of the apparent regularities
>noted.

It is fairly simple to cut & paste 10 values ~25 times, it is harder
to write and verify code to initilize the array.

More intresting is that Gx[i % 10] is faster then a stright index
on many systems (anything you could expect cache line conflicts or
cache capacity overfills on, and supports a modulis signifigantly
faster then the first few parts of the memory hierachy).

Also note that the code may have been written from a dissasembled
binary rather then a hardware spec.

[...]
>Hal Finney
>hfinney at shell.portal.com
>






More information about the cypherpunks-legacy mailing list