crypto_sign_ed25519_publickeybytes method

int crypto_sign_ed25519_publickeybytes()

Implementation

int crypto_sign_ed25519_publickeybytes() {
  return _crypto_sign_ed25519_publickeybytes();
}