meowlib/crypt.go

7 lines
86 B
Go

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