Fossil

All files named "src/sha3.c"
Login

All files named "src/sha3.c"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for src/sha3.c

2024-01-09
14:04
Fix harmless compiler warning in sha3.c. ... (file: [2ccb2002] check-in: [537d9e00] user: drh branch: trunk, size: 18774)
2022-11-13
16:26
Apply fixes to all web views to pass WCAG 2.1 tests performed by "axe DevTools" browser extension. Most fixes related to screen reader compatibility, like making sure that form elements have labels. Some color changes to improve contrast on Default skin. Made more HTML5 compliant. Minor improvement to select combo boxes for UX. Improved Search form UX. Two minor bug fixes for malformed HTML. Fixed help pages to resolve issues with non-compliant HTML being generated. Mostly documented at https://fossil-scm.org/forum/forumpost/aafb17a981df4166 ... (file: [b61d0728] check-in: [1f231db3] user: ericwikman branch: wcag-2.1, size: 18790)
2022-07-17
23:48
Changed a number of "a" articles followed by vowels in docs and comments to "an", per a forum post. ... (file: [f6420cb8] check-in: [99a319bd] user: wyoung branch: trunk, size: 18793)
2021-03-11
13:22
Numerous help text consistency tweaks based on forum discussion 8c644048f0. ... (file: [a1e041a0] check-in: [4cb50c4e] user: stephan branch: trunk, size: 18792)
2021-02-23
02:48
sha3sum command now exits with an error if it cannot open a requested file, per discussion at 9cc4028627. ... (file: [c847a7d3] check-in: [bda90774] user: stephan branch: trunk, size: 18792)
2020-08-08
23:51
Many updates to built-in help pages. No changes to code. ... (file: [53dc81c2] check-in: [c9656369] user: drh branch: trunk, size: 18792)
2020-04-05
23:45
Match the COMMAND and WEBPAGE names with _cmd and _page functions; forumpost/045bffda68 ... (file: [dcd75a0e] check-in: [06afb702] user: ashepilko branch: api-cleanup, size: 18751)
2017-11-30
17:58
Refactor the symlink processing logic so that most of the file access routines take a new parameter indicating the conditions under which symlinks should and should not be followed. This should fix a few bugs related to symlink processing. Lots of testing required before merging to trunk. ... (file: [e2b57aa7] check-in: [e7767de2] user: drh branch: symlink-refactor, size: 18752)
2017-06-07
15:55
Fix the "fossil sha3sum" command so that it accepts "-" to mean stdin. Clarify the algorithm used. ... (file: [7d862ff2] check-in: [86fa03ad] user: drh branch: trunk, size: 18443)
2017-06-06
17:53
Bug fix in the sha3sum() routine. Also comment-out that routine since it is not used anyplace in the code. ... (file: [55f3607a] check-in: [6419592d] user: drh branch: trunk, size: 18299)
2017-03-08
15:01
Fix an #ifdef error in the sha3 implementation that caused suboptimal code for little-endian machines. ... (file: [bd83dc46] check-in: [e8b43332] user: drh branch: trunk, size: 18271)
13:01
The default SHA3 hash size is 256, not 224. Fix the comments and the (unused) default initialization in the SHA3Init() routine. ... (file: [b635e37e] check-in: [4a31a093] user: drh branch: trunk, size: 18271)
2017-03-02
12:08
Few (textual) typos. Eliminate unneccary spacing. ... (file: [d76316bb] check-in: [b098c939] user: jan.nijtmans branch: trunk, size: 18258)
2017-03-01
14:10
Check for name aliases when committing. Use SHA3 hashes if the version number is 2.1 or higher. ... (file: [27842367] check-in: [104c8d34] user: drh branch: fossil-2.0, size: 18259)
11:29
Omit SHA3-224 as an option. The only two artifact naming hash options are SHA1 and SHA3-256. ... (file: [91bce9e4] check-in: [c8866287] user: drh branch: fossil-2.0, size: 18259)
2017-02-27
18:26
Manifest parser supports various hash sizes. ... (file: [85aac87f] check-in: [80f9b68e] user: drh branch: fossil-2.0, size: 18259)
14:44
Create the initial HNAME table on a rebuild. Also fix a hash size error in sha3.c. ... (file: [be550a29] check-in: [82487bec] user: drh branch: fossil-2.0, size: 17668)
2017-02-26
16:30
Add the --size argument to the sha3sum command. ... (file: [38caf30a] check-in: [ccdafa2a] user: drh branch: trunk, size: 17668)
2017-02-25
20:33
Optimizations to the SHA3 algorithm. ... (file: [a4d89264] check-in: [493321d4] user: drh branch: trunk, size: 17304)
20:14
Updates to the "sha3sum" help text. ... (file: [47625a56] check-in: [b015ad71] user: drh branch: trunk, size: 15882)
19:47
Add a SHA3 hash algorithm. So far the only integration is the "fossil sha3sum" command. (This was suppose to go on trunk.) ... (file: [6453e1aa] check-in: [17ea2822] user: drh branch: sha3, size: 15678)