ObjFW  Diff

Differences From Artifact [a6c68d768d]:

  • File src/OFRIPEMD160Hash.m — part of check-in [82801897d3] at 2022-03-25 10:22:55 on branch trunk — OFCryptographicHash: Add -[calculate] Before, -[digest] would do the final calculation, however, this would mean a property modifies state, which is bad. (user: js size: 7426) [more...]

To Artifact [0dbaee2454]:

  • File src/OFRIPEMD160Hash.m — part of check-in [8939cbdb52] at 2023-01-06 09:04:02 on branch trunk — Update copyright (user: js size: 7426) [more...]

1
2

3
4
5
6
7
8
9
1

2
3
4
5
6
7
8
9

-
+







/*
 * Copyright (c) 2008-2022 Jonathan Schleifer <js@nil.im>
 * Copyright (c) 2008-2023 Jonathan Schleifer <js@nil.im>
 *
 * All rights reserved.
 *
 * This file is part of ObjFW. It may be distributed under the terms of the
 * Q Public License 1.0, which can be found in the file LICENSE.QPL included in
 * the packaging of this file.
 *