Function circuit_encrypt_inbound

Source
pub fn circuit_encrypt_inbound<F, B>(
    cmd: ChanCmd,
    cell: &mut RelayCellBody,
    relay_states: Vec<impl RelayLayer<F, B>>,
)
Available on crate feature bench only.
Expand description

Encrypts the given RelayCellBody in the inbound direction by all the relays in a circuit.