Extensions
The following extensions are available globally.
-
Implements a simplified API for calculating digests over single buffers
See moreDeclaration
Swift
public protocol CryptoDigest
-
Declaration
Swift
@interface NSData : NSObject <NSCopying, NSMutableCopying, NSSecureCoding> @end
-
Declaration
Swift
struct String
-
A protocol for calculations that can be updated with incremental data buffers.
See moreDeclaration
Swift
public protocol Updateable