pub const MAX_RECIPIENTS: usize = 1024;
Maximum recipients per multi-recipient envelope (DoS bound; enforced at both seal and parse time, since open trial-decrypts every wrap).
open