RIPEMD_Block - p2p-org/solana-swift GitHub Wiki
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)