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