tailscale/tka
David Crawshaw 15b8665787 tka: stable text representation of AUMHash
This makes debugging easier, you can pass an AUMHash to a printf and get
a string that is easy to debug.

Also rearrange how directories/files work in the FS store: use the first
two characters of the string representation as the prefix directory, and
use the entire AUMHash string as the file name. This is again to aid
debugging: you can `ls` a directory and line up what prints out easily
with what you get from a printf in debug code.

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
2022-08-08 11:10:56 -07:00
..
aum_test.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2022-08-04 12:51:58 -07:00
aum.go tka: stable text representation of AUMHash 2022-08-08 11:10:56 -07:00
builder_test.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2022-08-04 12:51:58 -07:00
builder.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2022-08-04 12:51:58 -07:00
chaintest_test.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2022-08-04 12:51:58 -07:00
key_test.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2022-08-04 12:51:58 -07:00
key.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2022-08-04 12:51:58 -07:00
scenario_test.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2022-08-04 12:51:58 -07:00
sig_test.go tka,types/key: implement direct node-key signatures 2022-08-03 15:42:27 -07:00
sig.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2022-08-04 12:51:58 -07:00
state_test.go tka: implement State and applying AUMs 2022-07-07 11:25:26 -07:00
state.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2022-08-04 12:51:58 -07:00
sync_test.go tka: implement synchronization mechanics 2022-07-19 09:58:36 -07:00
sync.go tka: implement synchronization mechanics 2022-07-19 09:58:36 -07:00
tailchonk_test.go tka: stable text representation of AUMHash 2022-08-08 11:10:56 -07:00
tailchonk.go tka: stable text representation of AUMHash 2022-08-08 11:10:56 -07:00
tka_test.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2022-08-04 12:51:58 -07:00
tka.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2022-08-04 12:51:58 -07:00