Differences From Artifact [86f8d9edad]:
- File src/OFSHA224Or256Hash.m — part of check-in [b6cb3addd0] at 2020-06-28 15:03:23 on branch trunk — Use OF_DIRECT(_MEMBERS) where appropriate (user: js, size: 6374) [annotate] [blame] [check-ins using]
To Artifact [4e2317a38c]:
- File src/OFSHA224Or256Hash.m — part of check-in [c7f0229795] at 2020-01-02 01:51:34 on branch trunk — Update copyright (user: js, size: 6356) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | - | #import "OFSecureData.h" #import "OFHashAlreadyCalculatedException.h" #import "OFOutOfRangeException.h" #define BLOCK_SIZE 64 |
| ︙ |