Protocols

The following protocols are available globally.

  • Implements a simplified API for calculating digests over single buffers

    See more

    Declaration

    Swift

    public protocol CryptoDigest
  • A protocol for calculations that can be updated with incremental data buffers.

    See more

    Declaration

    Swift

    public protocol Updatable