You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 years ago
..
aum.go tka: stable text representation of AUMHash 2 years ago
aum_test.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2 years ago
builder.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2 years ago
builder_test.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2 years ago
chaintest_test.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2 years ago
key.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2 years ago
key_test.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2 years ago
scenario_test.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2 years ago
sig.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2 years ago
sig_test.go tka,types/key: implement direct node-key signatures 2 years ago
state.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2 years ago
state_test.go tka: implement State and applying AUMs 2 years ago
sync.go tka: implement synchronization mechanics 2 years ago
sync_test.go tka: implement synchronization mechanics 2 years ago
tailchonk.go tka: stable text representation of AUMHash 2 years ago
tailchonk_test.go tka: stable text representation of AUMHash 2 years ago
tka.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2 years ago
tka_test.go tka,types/key: remove dependency for tailcfg & types/ packages on tka 2 years ago