Opened 12 years ago
Last modified 7 years ago
#496 new enhancement
Provide library implementations for common CRC's
Reported by: | Jakub Jermář | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | helenos/lib/c | Version: | mainline |
Keywords: | crc, first-patch | Cc: | |
Blocker for: | Depends on: | ||
See also: |
Description
Provide implementations for standard CRC's such as CRC-16-ANSI in a library (libc or even a specialized library of some sort). This will prevent duplication of the same CRC's in various subsystems.
Change History (6)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Keywords: | first-patch added |
---|
comment:3 by , 10 years ago
Milestone: | 0.6.0 → 0.7.1 |
---|
comment:4 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:5 by , 10 years ago
Owner: | removed |
---|---|
Status: | accepted → new |
comment:6 by , 7 years ago
Milestone: | 0.7.1 |
---|
Note:
See TracTickets
for help on using tickets.
One CRC32 implementation has already landed in libc, thus this ticket should preferably be about unifying the various local implementations.