CryptoDigest

public protocol CryptoDigest

Implements a simplified API for calculating digests over single buffers

  • MD2 Extension method

    An MD2 digest of this object

    Declaration

    Swift

    public var MD2: Self
  • MD4 Extension method

    An MD4 digest of this object

    Declaration

    Swift

    public var MD4: Self
  • MD5 Extension method

    An MD5 digest of this object

    Declaration

    Swift

    public var MD5: Self
  • SHA1 Extension method

    An SHA1 digest of this object

    Declaration

    Swift

    public var SHA1: Self
  • SHA224 Extension method

    An SHA224 digest of this object

    Declaration

    Swift

    public var SHA224: Self
  • SHA256 Extension method

    An SHA256 digest of this object

    Declaration

    Swift

    public var SHA256: Self
  • SHA384 Extension method

    An SHA384 digest of this object

    Declaration

    Swift

    public var SHA384: Self
  • SHA512 Extension method

    An SHA512 digest of this object

    Declaration

    Swift

    public var SHA512: Self