diff --git a/yggdrasil.go b/yggdrasil.go index 5dbc1b6..fa60769 100644 --- a/yggdrasil.go +++ b/yggdrasil.go @@ -157,6 +157,7 @@ func main() { "BoxPriv": "EncryptionPrivateKey", "SigPub": "SigningPublicKey", "SigPriv": "SigningPrivateKey", + "AllowedBoxPubs": "AllowedEncryptionPublicKeys", } for from, to := range changes { if val, ok := dat[from]; ok {