ObjFW  Check-in [2969086342]

Overview
Comment:Rename OFCryptoHash -> OFCryptographicHash
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2969086342dd147a1f193caa2ae8414aea1414dd6bd4b0e8d4ccf55b86e1665d
User & Date: js on 2021-04-07 21:14:36
Other Links: manifest | tags
Context
2021-04-07
21:29
Remove incomplete -[OFInvocation invoke] support check-in: c71d3d9433 user: js tags: trunk
21:24
Move incomplete support for invoking to new branch check-in: 153a646c78 user: js tags: invoke-invocation
21:18
Merge trunk into 1.0 branch check-in: 36669d22b4 user: js tags: 1.0
21:14
Rename OFCryptoHash -> OFCryptographicHash check-in: 2969086342 user: js tags: trunk
20:52
Override -[objectEnumerator] in some classes check-in: f0f38b0f42 user: js tags: trunk
Changes

Modified src/Makefile from [1b174a549a] to [1e045757f6].    [diff]

Renamed and modified src/OFCryptoHash.h [eb798114fa] to src/OFCryptographicHash.h [3e39e62dc1].    [diff]

Renamed and modified src/OFData+CryptoHashing.h [eadea66cdb] to src/OFData+CryptographicHashing.h [c987e02085].    [diff]

Renamed and modified src/OFData+CryptoHashing.m [9f6c94ab4a] to src/OFData+CryptographicHashing.m [6d7c26a863].    [diff]

Modified src/OFData.h from [4a70713abd] to [30fd329fb3].    [diff]

Modified src/OFData.m from [0640a57f3d] to [526e2e37ba].    [diff]

Modified src/OFHMAC.h from [60aea49324] to [bca836378e].    [diff]

Modified src/OFHMAC.m from [a4fe560b23] to [23d069a3eb].    [diff]

Modified src/OFMD5Hash.h from [2ab0f29af9] to [308882c688].    [diff]

Modified src/OFMD5Hash.m from [bf7cb6efee] to [2c1eebf461].    [diff]

Modified src/OFRIPEMD160Hash.h from [294f0a5d27] to [222f93a653].    [diff]

Modified src/OFRIPEMD160Hash.m from [00be784cc9] to [c81097cb16].    [diff]

Modified src/OFSHA1Hash.h from [1ea7850492] to [e3b92b0480].    [diff]

Modified src/OFSHA1Hash.m from [6dc47e8d09] to [79fab1d90f].    [diff]

Modified src/OFSHA224Or256Hash.h from [25d2fa7cb5] to [f40021c439].    [diff]

Modified src/OFSHA224Or256Hash.m from [e77f5555d4] to [1d1ad26ec5].    [diff]

Modified src/OFSHA384Or512Hash.h from [f783b37416] to [a9ade386ad].    [diff]

Modified src/OFSHA384Or512Hash.m from [d2d324bc83] to [4e88edca81].    [diff]

Renamed and modified src/OFString+CryptoHashing.h [a8ec191fe6] to src/OFString+CryptographicHashing.h [059d7ea04f].    [diff]

Renamed and modified src/OFString+CryptoHashing.m [e8341b8291] to src/OFString+CryptographicHashing.m [9f70fbd17b].    [diff]

Modified src/OFString.h from [048f9d26ff] to [9aa19fe6df].    [diff]

Modified src/OFString.m from [ff9b0b5a48] to [d43b0aa5cd].    [diff]

Modified src/ObjFW.h from [ff04d9fe70] to [b598346c9a].    [diff]

Modified tests/OFMD5HashTests.m from [b161ec4641] to [73092aedf1].    [diff]

Modified tests/OFRIPEMD160HashTests.m from [1bef7d37d4] to [4b2bd712b4].    [diff]

Modified tests/OFSHA1HashTests.m from [145fd9ade0] to [3bceacae61].    [diff]

Modified tests/OFSHA224HashTests.m from [114b68c56f] to [4309676a79].    [diff]

Modified tests/OFSHA256HashTests.m from [2b578b5f30] to [2f9948771c].    [diff]

Modified tests/OFSHA384HashTests.m from [2c0ef0b0b7] to [fdfc8fecb8].    [diff]

Modified tests/OFSHA512HashTests.m from [99450ee331] to [ff0238e62b].    [diff]

Modified utils/ofhash/OFHash.m from [fe019671c9] to [e2ddd0324e].    [diff]