const MAX_AUTH_MESSAGE_SIZE: usize = 1024;
Expand description

The maximum size of an authentication message. This is used to prevent DoS attacks by sending large messages.