16 #import "OFCryptoHash.h"
18 OF_ASSUME_NONNULL_BEGIN
27 OF_SUBCLASSING_RESTRICTED
31 struct of_ripemd160_hash_ivars {
34 union of_ripemd160_hash_buffer {
35 unsigned char bytes[64];
40 bool _allowsSwappableMemory;
The root class for all other classes inside ObjFW.
Definition: OFObject.h:520
A class which provides methods to create a RIPEMD-160 hash.
Definition: OFRIPEMD160Hash.h:30
A class for storing arbitrary data in secure (non-swappable) memory, securely wiping it when it gets ...
Definition: OFSecureData.h:34
A protocol for classes providing cryptographic hash functions.
Definition: OFCryptoHash.h:29