shadowsocks v0.4.0 Shadowsocks.Encoder.AEADState View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Shadowsocks.Encoder.AEADState{
  chunk: {:frame_len | :frame_data, non_neg_integer()},
  ctr: non_neg_integer(),
  key: binary(),
  method: :aes_gcm
}