Skip to main content

Sub-Quadratic Overhead

Definition

Sub-quadratic overhead describes a computational cost that grows slower than the square of the input size, often expressed as O(n^c) where c is less than 2. In cryptographic protocols, achieving sub-quadratic overhead is a significant efficiency improvement for operations involving large datasets. It signifies a more scalable algorithm compared to those with quadratic or higher complexity.