hasCURVE method

bool hasCURVE()

Check if the library supports the CURVE security mechanism

Returns true if supported, false if not

Implementation

bool hasCURVE() {
  return hasCapability('curve');
}