lt_code_stubs.ml
lt-code
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]
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]