Differences From Artifact [e3c55f9a8d]:
- File src/OFMD5Hash.m — part of check-in [b6a39dd3d1] at 2010-10-24 13:15:01 on branch trunk — Rename a few methods returning BOOL. (user: js, size: 6412) [annotate] [blame] [check-ins using]
To Artifact [de7c13bd7c]:
- File src/OFMD5Hash.m — part of check-in [1d19a5586b] at 2010-10-24 13:30:16 on branch trunk — Always write abbreviations uppercase in method names. (user: js, size: 6412) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
108 109 110 111 112 113 114 | buf[0] += a; buf[1] += b; buf[2] += c; buf[3] += d; } @implementation OFMD5Hash | | | 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 | buf[0] += a; buf[1] += b; buf[2] += c; buf[3] += d; } @implementation OFMD5Hash + MD5Hash { return [[[self alloc] init] autorelease]; } - init { self = [super init]; |
︙ | ︙ |