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:686
A class which provides methods to create an SHA-1 hash.
Definition: OFSHA1Hash.h:28
A class for storing arbitrary data in secure (non-swappable) memory, securely wiping it when it gets ...
Definition: OFSecureData.h:33
A protocol for classes providing cryptographic hash functions.