Type Alias Scalar

pub type Scalar = GeneralPurpose;

A purely scalar base64 engine that never uses hardware-specific vector instructions.

This is an alias for GeneralPurpose, giving an explicit name for callers who want to guarantee a scalar-only implementation.