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.go tka: stable text representation of AUMHash 2022-08-08 11:10:56 -07:00
aum_test.go
builder.go
builder_test.go
chaintest_test.go
key.go
key_test.go
scenario_test.go
sig.go
sig_test.go
state.go
state_test.go
sync.go
sync_test.go
tailchonk.go tka: stable text representation of AUMHash 2022-08-08 11:10:56 -07:00
tailchonk_test.go tka: stable text representation of AUMHash 2022-08-08 11:10:56 -07:00
tka.go
tka_test.go