blob: d2846efcdf86d5172df83fd678a9ae681d4eb2df (
plain)
1
2
3
4
5
6
7
8
|
Tracing
=======
To see what crypto functions are being called with what input run
.. code:: bash
gdb --batch -x tracing/trace.gdb ./build/test_ratchet | grep "^[- ]" | tr "{}" "[]" | tracing/graph.py
|