yggdrasil-go/cmd
Rick van de Loo 01c48ed17d add command to convert pubkey to ipv6 addr
standalone cli tool like genkeys/main.go that uses
the address.AddrForKey function to convert a pubkey
to an IPv6 address.

```
+$ go run main.go <thepubkey>.
+IP: <theipv6ip>
```
2022-02-22 15:24:32 +01:00
..
addrforkey add command to convert pubkey to ipv6 addr 2022-02-22 15:24:32 +01:00
genkeys update genkeys to new address format 2021-05-10 05:58:06 -05:00
yggdrasil Align struct elements to byte boundaries: reduce memory footprint. (#834) 2021-09-21 21:19:40 +01:00
yggdrasilctl Split yggdrasilctl code into separate functions (refactoring) (#815) 2021-08-02 22:47:38 +01:00