Differences From Artifact [91b48d3506]:
- File src/OFData.h — part of check-in [f97dc452b1] at 2024-02-03 08:49:41 on branch trunk — Fix typos in documentation found by spell checker (user: js, size: 11193) [annotate] [blame] [check-ins using] [more...]
To Artifact [9788e734e3]:
- File src/OFData.h — part of check-in [bf4b06cecd] at 2024-02-11 22:43:20 on branch asn1 — Merge branch "objfwtest" into "asn1" (user: js, size: 11227) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
371 372 373 374 375 376 377 378 379 | 371 372 373 374 375 376 377 378 379 380 | + | */ - (void)writeToIRI: (OFIRI *)IRI; @end OF_ASSUME_NONNULL_END #import "OFMutableData.h" #import "OFData+ASN1DERParsing.h" #import "OFData+CryptographicHashing.h" #import "OFData+MessagePackParsing.h" |