16 #import "OFCryptoHash.h"
18 OF_ASSUME_NONNULL_BEGIN
32 struct of_sha224_or_256_hash_ivars {
35 union of_sha224_or_256_hash_buffer {
36 unsigned char bytes[64];
42 bool _allowsSwappableMemory;
The root class for all other classes inside ObjFW.
Definition: OFObject.h:520
A base class for SHA-224 and SHA-256.
Definition: OFSHA224Or256Hash.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: OFCryptoHash.h:29