Code: Select all
; example usage
(rc4-encrypt (rc4-encrypt "Hello!" "World"))
; => "Hello!"
I would have implemented this is a primitive, builtin function, but the documentation doesn't cover that. It'd be much easier to do that then to depend on a library whose name is different on different platforms.