> cat /dev/github | grep security-tools
discovered 03 Aug 2026

swift-crypto

via awesome-list
→ View on GitHub
Swift Crypto is an open-source library that implements a significant portion of Apple's CryptoKit API for use on Linux and ARM64 Windows platforms, facilitating cross-platform cryptographic functionality. It provides safe and abstracted APIs for various cryptographic operations such as key exchange, encryption, hashing, and authentication, while ensuring adherence to cryptographic best practices. Notably, Swift Crypto includes a backing implementation utilizing BoringSSL and XKCP, and offers an additional product, CryptoExtras, which contains APIs specifically designed for server applications.