DEFAULT_ENCRYPTION_KEY_NAME top-level constant

String const DEFAULT_ENCRYPTION_KEY_NAME

Shared encryption utilities for PVCache hooks.

Provides common encryption functions to avoid code duplication.

Implementation

// ignore: constant_identifier_names
const String DEFAULT_ENCRYPTION_KEY_NAME = '_pvcache_encryption_key';