Wrong type in encryption
This commit is contained in:
parent
838b6040ae
commit
dd8bde5239
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ func main() {
|
|||
}
|
||||
log.Print(rfm)
|
||||
|
||||
err = rfm.Encrypt("0123456789012345")
|
||||
err = rfm.Encrypt([]byte("0123456789012345"))
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue