Source file lt_code_stubs.ml

1
2
3
4
5
external xor_into : Cstruct.buffer -> Cstruct.buffer -> unit = "xor_into_stub"
  [@@noalloc]

external memcpy : Cstruct.buffer -> Cstruct.buffer -> unit = "memcpy_stub"
  [@@noalloc]