20 #import "OFCryptographicHash.h"
22 OF_ASSUME_NONNULL_BEGIN
31 OF_SUBCLASSING_RESTRICTED
39 unsigned char bytes[64];
44 bool _allowsSwappableMemory;
The root class for all other classes inside ObjFW.
Definition: OFObject.h:692
A class which provides methods to create a RIPEMD-160 hash.
Definition: OFRIPEMD160Hash.h:34
A class for storing arbitrary data in secure (non-swappable) memory, securely wiping it when it gets ...
Definition: OFSecureData.h:38
A protocol for classes providing cryptographic hash functions.
Definition: OFCryptographicHash.h:34