Skip to main content

SIGNATURE_BYTES

Constant SIGNATURE_BYTES 

Source
pub const SIGNATURE_BYTES: usize = 128;
Expand description

Size of RSA signatures in bytes (for 1024-bit RSA keys, signatures are 128 bytes) Note: Minecraft protocol specifies 256 bytes, but 1024-bit RSA produces 128-byte signatures