Scyther with my modifications
Go to file
Cas Cremers 6cd8007ab0 EFFICIENCY: New (default) heuristic.
Given that sk/pk/k are now hardcoded, we can exploit their occurrences with this
new heuristic.

The heuristic can now scan for the lowest term depth at which either sk or k occur.
This will cause the heuristic to favor looking for sk, then sk(x), and only later
other terms. In a small test this was twice as fast. For protocols based on pk only
the performance loss should be negligible.

The old heuristic was 162, now it is 162+512 = 674.
2010-11-11 10:37:18 +01:00
design Removed huge file; unclear why this was in here anyway. 2010-05-11 10:58:38 +02:00
dist Fixed release scripts to work with new git conventions. 2008-09-10 11:20:50 +02:00
gui Scyther.py: Added Caching to Scyther's Python interface. 2010-11-11 10:37:18 +01:00
protocols Removed Eve from one demo file. 2010-06-03 22:47:29 +02:00
scripts Added loop script which I had always wanted before. 2008-08-21 21:55:55 +02:00
src EFFICIENCY: New (default) heuristic. 2010-11-11 10:37:18 +01:00