Skip to main content

Module scalar

Module scalar 

Source
Expand description

Fixed-width secret scalar container.

Protocol code should avoid passing variable-length scalar slices for secret material, because the length itself can become observable. This wrapper keeps scalar width fixed at the type level.

Structsยง

SecretScalar
Fixed-width scalar represented as little-endian u64 limbs.