20#import "OFCryptographicHash.h"
22OF_ASSUME_NONNULL_BEGIN
31OF_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 an SHA-1 hash.
Definition OFSHA1Hash.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:33