package keydirectory import "crypto" type KeyEntry struct { Alg string PublicKey crypto.PublicKey UserId string }