crypto_box_noncebytes method

int crypto_box_noncebytes()

Implementation

int crypto_box_noncebytes() {
  return _crypto_box_noncebytes();
}