Farzad Hayat 7c1dfec086
XOR Cipher: doctests and bug fixes (#10840)
* Fixed bug with key modulus wrapping. Should be wrapping on 256, not 255.

* Fixed bug with incorrect assertion type in decrypt function.

* Added doctests for 4 out of 6 methods
2023-10-29 13:57:04 +01:00
..
2022-12-18 23:26:39 +01:00
2023-05-26 09:34:17 +02:00
2023-05-26 09:34:17 +02:00
2023-03-01 17:23:33 +01:00
2023-10-09 17:19:05 +02:00
2023-05-26 09:34:17 +02:00
2023-03-01 17:23:33 +01:00
2021-11-11 21:39:54 +08:00

Ciphers

Ciphers are used to protect data from people that are not allowed to have it. They are everywhere on the internet to protect your connections.