Files
Gilles Peskine 79fd85d1e8 Clean up how private key formats are specified to DriverGenerator
Instead of having `gen_all()` change the object state, have the constructor
set the object field as desired. This doesn't change the runtime behavior
since we're only running `gen_all()` once after constructing the object,
and nothing else. But do clean thing up, to avoid any surprises later.

Signed-off-by: Gilles Peskine <[email protected]>
2026-07-28 19:50:12 +02:00
..