apple / swift-crypto

Open-source implementation of a substantial portion of the API of Apple CryptoKit suitable for use on Linux platforms.
https://apple.github.io/swift-crypto
Apache License 2.0
1.47k stars 165 forks source link

Add Sendable annotations to Crypto Extras #211

Closed rnro closed 11 months ago

rnro commented 11 months ago

Motivation

Add Sendable annotations to Crypto Extras to reflect current sandability so that downstream packages can implement sendable conformance.

Modifications

Result

dnadoba commented 11 months ago

@swift-server-bot test this please

rnro commented 11 months ago

See https://github.com/apple/swift-crypto/issues/208