Merge: Reworked crypto.nit to introduce basic XOR attacks
authorJean Privat <jean@pryen.org>
Tue, 24 May 2016 23:12:34 +0000 (19:12 -0400)
committerJean Privat <jean@pryen.org>
Tue, 24 May 2016 23:12:34 +0000 (19:12 -0400)
lib/crypto:
`crypto.nit` was getting pretty overwhelmed with the upcoming changes so it was exploded into a package.
Introduced classes for cipher management to help with attacks.

lib/crapto:
Introduced 2 attacks on basic XOR ciphers.

Pull-Request: #2080
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>


Trivial merge