Contents

seedRepresentation

The private key’s seed representation.

Declaration

var seedRepresentation: Data { get }

Discussion

The seed is d||z, as specified in the algorithm ML-KEM.KeyGen_internal(d,z) (Algorithm 16) of FIPS 203.

See Also

Inspecting a private key’s properties