Differences From Artifact [726046403e]:
- File
src/OFSHA384Hash.h
— part of check-in
[2a27cf3000]
at
2016-01-03 00:41:26
on branch trunk
— Update copyright
While at it, also update the mail address. (user: js, size: 842) [annotate] [blame] [check-ins using] [more...]
To Artifact [6d07f05ecf]:
- File src/OFSHA384Hash.h — part of check-in [79e447956c] at 2016-07-24 02:19:08 on branch trunk — Minor documentation fix (user: js, size: 840) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
17 18 19 20 21 22 23 | #import "OFSHA384Or512Hash.h" OF_ASSUME_NONNULL_BEGIN /*! * @class OFSHA384Hash OFSHA384Hash.h ObjFW/OFSHA384Hash.h * | | | 17 18 19 20 21 22 23 24 25 26 27 28 29 | #import "OFSHA384Or512Hash.h" OF_ASSUME_NONNULL_BEGIN /*! * @class OFSHA384Hash OFSHA384Hash.h ObjFW/OFSHA384Hash.h * * @brief A class which provides methods to create an SHA-384 hash. */ @interface OFSHA384Hash: OFSHA384Or512Hash @end OF_ASSUME_NONNULL_END |