maxCharLimit top-level constant

int const maxCharLimit

maxCharLimit : A static final integer that represents the maximum Unicode value that can be used in the encryption process.

Implementation

const int maxCharLimit = 1114111;