package internal const ( RC_OK = 0 RC_ERROR = 1 MIN_ENCRYPTION_KEY_LENGTH = 16 MAX_ENCRYPTION_KEY_LENGTH = 256 )