harden function

int harden(
  1. int index
)

Implementation

int harden(int index) => index | hardenedOffset;