Set encryption

This commit is contained in:
Friedl Ulrich 2015-02-06 23:23:13 +01:00
parent 22c1b12ebb
commit e74117af27

View file

@ -42,6 +42,11 @@ func main() {
}
log.Print(rfm)
err = rfm.Encrypt("0123456789012345")
if err != nil {
log.Fatal(err)
}
quit := rfm.Loop()
sigint := make(chan os.Signal)