16 #import "OFCryptographicHash.h"
18 OF_ASSUME_NONNULL_BEGIN
27 OF_SUBCLASSING_RESTRICTED
35 unsigned char bytes[64];
40 bool _allowsSwappableMemory;
The root class for all other classes inside ObjFW.
Definition: OFObject.h:688
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: OFCryptographicHash.h:30