steganographyCipherLabel top-level constant
Human-readable labels for SteganographyCipher values.
Implementation
const Map<SteganographyCipher, String> steganographyCipherLabel = {
SteganographyCipher.aes256Gcm: 'AES-256-GCM',
SteganographyCipher.gostMagmaCtr: 'ГОСТ Магма (CTR)',
};