Protocols
The following protocols are available globally.
-
Implements a simplified API for calculating digests over single buffers
See moreDeclaration
Swift
public protocol CryptoDigest
-
A protocol for calculations that can be updated with incremental data buffers.
See moreDeclaration
Swift
public protocol Updateable