News

Once you've learned a topic, and feel somewhat comfortable with it, for example, linked lists: Open one of the coding interview books (or coding problem websites, listed below) Do 2 or 3 questions ...
A Python implementation of Salsa20/12, a stream cipher optimized for high-speed encryption & decryption. Uses bitwise XOR operations, quarter-round transformations, and key expansion algorithms for ...