steganographyCipherLabel top-level constant

Map<SteganographyCipher, String> const steganographyCipherLabel

Human-readable labels for SteganographyCipher values.

Implementation

const Map<SteganographyCipher, String> steganographyCipherLabel = {
  SteganographyCipher.aes256Gcm: 'AES-256-GCM',
  SteganographyCipher.gostMagmaCtr: 'ГОСТ Магма (CTR)',
};