Parse and generate CREATE, CREATE_FAST and CREATED cell wire format with trunnel

In onion.c the following functions uses memcpy():

  • create_cell_format_impl()
  • created_cell_format()

CREATE2 cell wire format is already done with trunnel.