Reading and Understanding the Swift Driver Source Code

In the previous article of this running series on the Swift compiler, I introduced the Swift compiler driver. To recap: the driver is the executable that is … Read more

Similar

Asymmetric cryptography in Swift

This post is the second of a series of articles focused on Cryptography in Swift. In the first post of the series, we explored Symmetric cryptography. In this post we are going to talk about asymmetric cryptography, and we will implement a class called As...

Read more »