Differences From Artifact [25c662b13e]:
- File src/OFSHA224Or256Hash.h — part of check-in [7413a728a7] at 2024-04-03 02:16:03 on branch trunk — Change license to LGPLv3 only (user: js, size: 1339) [annotate] [blame] [check-ins using] [more...]
To Artifact [72302d50cb]:
- File src/OFSHA224Or256Hash.h — part of check-in [164f2fb4bf] at 2024-06-17 21:08:05 on branch trunk — Always use <ObjFW/ObjFW.h> in documentation (user: js, size: 1327) [annotate] [blame] [check-ins using]
︙ | |||
20 21 22 23 24 25 26 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | - + | #import "OFCryptographicHash.h" OF_ASSUME_NONNULL_BEGIN @class OFSecureData; /** |
︙ |