Differences From Artifact [d2d324bc83]:
- File src/OFSHA384Or512Hash.m — part of check-in [1b82d3bf4f] at 2021-03-07 20:25:21 on branch trunk — *.m: Fold methods into one line where it fits (user: js, size: 7180) [annotate] [blame] [check-ins using] [more...]
To Artifact [4e88edca81]:
- File src/OFSHA384Or512Hash.m — part of check-in [2969086342] at 2021-04-07 21:14:36 on branch trunk — Rename OFCryptoHash -> OFCryptographicHash (user: js, size: 7174) [annotate] [blame] [check-ins using] [more...]
︙ | |||
136 137 138 139 140 141 142 | 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 | - + | } + (size_t)blockSize { return BLOCK_SIZE; } |
︙ |