Hi,

I am having the below results when decoding and encoding strings and I am not 
sure if I am doing things wrong or if this is a bug

     > (require grommet/crypto/base64)
     > (base64-encode (base64-decode "xxx"))
     "xxxA"
     > (base64-encode (base64-decode "xxxx"))
     "xxxx"
     > (base64-encode (base64-decode "master"))
     "masterst"
 
Is the above the expected behaviour?

Best regards

Robert

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to