SwiftLint icon indicating copy to clipboard operation
SwiftLint copied to clipboard

Use swift-crypto

Open kabiroberai opened this issue 11 months ago • 3 comments

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.

kabiroberai avatar Nov 12 '24 01:11 kabiroberai