{{ ctrl.bytes | encode:ctrl.input | stringify:ctrl.input | length }} chars
| {{ ctrl.bytes.sigBytes || '0' }} byte{{ ctrl.bytes.sigBytes != 1 ? 's' : '' }}
{{ ::alg.name }}
{{ ctrl.bytes | encode:alg | stringify:alg }}
{{ ctrl.bytes | encode:alg | stringify:alg | length }} char{{ (ctrl.bytes | encode:alg | stringify:alg | length) != 1 ? 's' : ''}}
| {{ ctrl.bytes | encode:alg | length }} byte{{ (ctrl.bytes | encode:alg | length) != 1 ? 's' : '' }}
| {{ (ctrl.bytes | length) || '0' }} byte{{ (ctrl.bytes | length) != 1 ? 's' : '' }}