This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Description
Per the protobuf encoding guide, "Serialization order is an implementation detail and the details of any particular implementation may change in the future".
We rely on signatures over serialized protobufs in the google.keytransparency.v1.SignedEntry proto. There's probably other places as well, that's just the first one that come to mind. It happens to work because the protobuf implementation we use has a stable serialization order, but that shouldn't be relied on.