Wrong type in encryption

This commit is contained in:
Friedl Ulrich 2015-02-07 10:09:55 +01:00
parent 838b6040ae
commit dd8bde5239

View file

@ -42,7 +42,7 @@ func main() {
}
log.Print(rfm)
err = rfm.Encrypt("0123456789012345")
err = rfm.Encrypt([]byte("0123456789012345"))
if err != nil {
log.Fatal(err)
}