Digest
public protocol Digest : ContiguousBytes, CustomStringConvertible, Hashable, Sequence where Self.Element == UInt8
A protocol defining requirements for digests
-
Undocumented
Declaration
Swift
static var byteCount: Int { get }
-
makeIterator()
Extension methodDeclaration
Swift
public func makeIterator() -> Array<UInt8>.Iterator
-
==(_:
Extension method_: ) Declaration
Swift
public static func == (lhs: Self, rhs: Self) -> Bool
-
description
Extension methodDeclaration
Swift
public var description: String { get }