File: how_to_understand.txt

package info (click to toggle)
tsdecrypt 10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,288 kB
  • sloc: ansic: 14,377; makefile: 245; sh: 166
file content (15 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
-------
FFdecsa
-------

First, you need to know how decsa works, study the source of a classical
implementation. Then you have to understand how things are done in
slicing mode. Read all the documentation and have a working classical
implementation to compare partial results. There are comments spread
around the code. Some things are difficult to understand without paper
notes; for example the matrix transpositions and meaning of array
indices.

Sorry, it is hard to understand and modify ...

... but it was harder to design and implement!!!