package meowlib type EncryptedMessage struct { Data []byte Signature []byte }