20#import "OFCryptographicHash.h"
22OF_ASSUME_NONNULL_BEGIN
40 unsigned char bytes[64];
46 bool _allowsSwappableMemory;
The root class for all other classes inside ObjFW.
Definition OFObject.h:692
A base class for SHA-224 and SHA-256.
Definition OFSHA224Or256Hash.h:33
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