SwiftLint
SwiftLint copied to clipboard
Use swift-crypto
CryptoSwift is useful for the variety of primitives it offers, but for more limited use cases (such as SwiftLint's usage of SHA256) it's generally preferable to use swift-crypto, given that it's backed by the exceptionally well audited BoringSSL rather than rolling its own Swift primitives.
Discussed with @jpsim out of band.