Differences From Artifact [91bce9e473]:
- File src/sha3.c — part of check-in [c88662873f] at 2017-03-01 11:29:31 on branch fossil-2.0 — Omit SHA3-224 as an option. The only two artifact naming hash options are SHA1 and SHA3-256. (user: drh size: 18259)
To Artifact [27842367fb]:
- File src/sha3.c — part of check-in [104c8d3409] at 2017-03-01 14:10:56 on branch fossil-2.0 — Check for name aliases when committing. Use SHA3 hashes if the version number is 2.1 or higher. (user: drh size: 18259) [more...]
︙ | |||
415 416 417 418 419 420 421 | 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 | - + | SHA3Context *p, const unsigned char *aData, unsigned int nData ){ unsigned int i = 0; #if SHA3_BYTEORDER==1234 if( (p->nLoaded % 8)==0 && ((aData - (const unsigned char*)0)&7)==0 ){ |
︙ |