I thought more emphasis should have been given to DJB.<p>The article does mention that he created the ChaCha20 algorithm, and that he first characterized the timing side channel attack, but his extremely small, simple and fast source libraries are publicly available.<p>They are fully self contained, no dependencies, and small enough to easily include in small-ish embedded systems:<p><a href="https://nacl.cr.yp.to/" rel="nofollow">https://nacl.cr.yp.to/</a><p>Elliptic curve vulnerability to quantum computing is discussed here:<p><a href="https://pqcrypto.org/" rel="nofollow">https://pqcrypto.org/</a><p>DISCLAIMER: I'm not a crypto expert, just an occasional user<p>DJB has been at the forefront of advancing crypto for decades, and has a very strong emphasis on simplicity and security. Any article on the subject really should reference his original source pages:<p><a href="http://cr.yp.to/" rel="nofollow">http://cr.yp.to/</a><p>I've always been a fan of "the DJB way", which is a very simple method of initializing and managing unix type systems. The voidlinux distro roughly follows these principles today.