Structureswift-hash 0.7.1MD5
Words
MD5.Words.swift:4@frozen struct Words
@frozen struct Words
import MD5
@frozen struct MD5
init?(_ description: borrowing String)
init?(_ description: borrowing Substring)
init<Message>(hashing message: Message) where Message : Collection, Message.Element == UInt8
init(integerLiteral: borrowing StaticBigInt)
init(words: Words)
static func copy(from bytes: some RandomAccessCollection<UInt8>) -> `Self`?
var description: String { get }
var endIndex: Int { get }
var startIndex: Int { get }
var words: Words { get set }
subscript(index: Int) -> UInt8 { get set }
static func < (lhs: `Self`, rhs: `Self`) -> Bool
Compares two MD5 hashes in the order they would sort if they were printed as base-16 strings with consistent casing. (This function does not actually convert the hashes to strings.)
@frozen struct Block
protocol BitwiseCopyable
protocol Sendable
var a: UInt32
var b: UInt32
var c: UInt32
var d: UInt32