lib/crypto: Remove xor cipher on Text.
authorPhilippe Pepos Petitclerc <ppeposp@gmail.com>
Wed, 11 May 2016 20:37:57 +0000 (16:37 -0400)
committerPhilippe Pepos Petitclerc <ppeposp@gmail.com>
Wed, 11 May 2016 20:48:18 +0000 (16:48 -0400)
commitc8c5bdfdaa953de4b7417c286b1e85240800188c
treea254ffc7445547fc506bf94ac784501e375906d4
parentaefea38b9b84dc565e0afc4e566bd52459815018
lib/crypto: Remove xor cipher on Text.

It could be counter intuitive because of unicode. Explicitly casting to `Bytes`
first will be clearer.

Signed-off-by: Philippe Pepos Petitclerc <ppeposp@gmail.com>
lib/crypto.nit