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.43k stars 151 forks source link

Add Sendable annotations to Crypto Extras #211

Closed rnro closed 6 months ago

rnro commented 6 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 6 months ago

@swift-server-bot test this please

rnro commented 6 months ago

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