Instance Methodswift 6.0.3Swift

combine(bytes:)

Adds the contents of the given buffer to this hasher, mixing it into the hasher state.

mutating func combine(bytes: UnsafeRawBufferPointer)

Parameters

bytes

A raw memory buffer.