tor/src/core
George Kadianakis 5729160253
circpad: Rename circpad_machine_state_t to circpad_machine_runtime_t.
The name of circpad_machine_state_t was very confusing since it was conflicting
with circpad_state_t and circpad_circuit_state_t.

Right now here is the current meaning of these structs:

      circpad_state_t -> A state of the state machine.
      circpad_machine_runtime_t -> The current mutable runtime info of the state machine.
      circpad_circuit_state_t -> Circuit conditions based on which we should apply a machine to the circuit
2019-03-22 09:23:05 +10:00
..
crypto Use crypto_xof() in hs_ntor.c. 2019-01-17 12:43:20 -05:00
mainloop Merge branch 'maint-0.4.0' 2019-03-07 08:57:02 -05:00
or circpad: Rename circpad_machine_state_t to circpad_machine_runtime_t. 2019-03-22 09:23:05 +10:00
proto Merge branch 'maint-0.3.5' 2019-02-08 08:19:34 -05:00
include.am Circuit padding implementation. 2019-01-02 15:12:31 +02:00