crypto_aead_aes256gcm_is_available method

int crypto_aead_aes256gcm_is_available()

Implementation

int crypto_aead_aes256gcm_is_available() {
  return _crypto_aead_aes256gcm_is_available();
}