crypto_box_primitive method

Pointer<Char> crypto_box_primitive()

Implementation

ffi.Pointer<ffi.Char> crypto_box_primitive() {
  return _crypto_box_primitive();
}