pub const D: usize = 13;
The d parameter (number of dropped bits from t).
d
Public key compression drops the low d = 13 bits of the vector t, splitting it into (t1, t0) via Power2Round.
d = 13