lanzaboote/rust/tool
Julian Stecklina cbccd64c57 tool: make file installation deterministic
Due to the use of hash maps, the order of file installation was not
deterministic. I've changed the code the use BTreeMaps instead, which
makes this deterministic. While I was here, I tried to simplify the
code a bit.
2023-02-25 20:42:08 +01:00
..
src tool: make file installation deterministic 2023-02-25 20:42:08 +01:00
tests tool: add install tests 2023-02-24 00:04:00 +01:00
Cargo.lock tool: use random names for secure tempfiles 2023-02-21 00:13:40 +01:00
Cargo.toml tool: use random names for secure tempfiles 2023-02-21 00:13:40 +01:00