16#import "OFCryptographicHash.h"
18OF_ASSUME_NONNULL_BEGIN
36 unsigned char bytes[128];
42 bool _allowsSwappableMemory;
The root class for all other classes inside ObjFW.
Definition OFObject.h:688
A base class for SHA-384 and SHA-512.
Definition OFSHA384Or512Hash.h:29
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