aws-signer-v4/Sources/AWSCrypto/exports.swift

7 lines
150 B
Swift

// Replicating the CryptoKit framework interface for < macOS 10.15
// written by AdamFowler 2020/01/30
#if os(Linux)
@_exported import Crypto
#endif