ObjFW  Diff

Differences From Artifact [0b7290b7e9]:

  • File src/OFSHA224Or256Hash.h — part of check-in [ef614a225d] at 2020-09-26 21:58:39 on branch trunk — Don't require __COUNTER__ for OF_RESERVE_IVARS __COUNTER__ does not exist in GCC 4.2, and Apple GCC 4.2 is still the newest compiler available for macOS 10.5. (user: js size: 1263)

To Artifact [0f791ad851]:

  • File src/OFSHA224Or256Hash.h — part of check-in [163a4a5a2e] at 2020-10-03 11:35:41 on branch trunk — Use /** */ instead of /*! */ for documentation (user: js size: 1263) [more...]

17
18
19
20
21
22
23
24

25
26
27
28
29
30
31
17
18
19
20
21
22
23

24
25
26
27
28
29
30
31







-
+








#import "OFCryptoHash.h"

OF_ASSUME_NONNULL_BEGIN

@class OFSecureData;

/*!
/**
 * @class OFSHA224Or256Hash OFSHA224Or256Hash.h ObjFW/OFSHA224Or256Hash.h
 *
 * @brief A base class for SHA-224 and SHA-256.
 */
@interface OFSHA224Or256Hash: OFObject <OFCryptoHash>
{
@private