Protocols

The following protocols are available globally.

  • Contextual protocol defines the interface about context need.

    See more

    Declaration

    Swift

    public protocol Contextual
  • Decryption protocol defines the interface about decryption.

    See more

    Declaration

    Swift

    public protocol Decryption
  • Encryption protocol defines the interface about encryption.

    See more

    Declaration

    Swift

    public protocol Encryption
  • Hashing protocol defines the interface about hashing.

    See more

    Declaration

    Swift

    public protocol Hashing
  • Verification protocol defines the interface about verification.

    See more

    Declaration

    Swift

    public protocol Verification