Skip to content

RIPEMD_Block

bigearsenal edited this page May 17, 2022 · 1 revision

RIPEMD.Block

public struct Block 

Initializers

init()

public init() 

Properties

hash

public var hash: [UInt32] 

Methods

compress(_:)

public mutating func compress (_ message: [UInt32]) -> () 

f(_:)

public func f (_ j: Int) -> ((UInt32, UInt32, UInt32) -> UInt32) 
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Operators
Extensions
Clone this wiki locally