Opened 11 years ago
Last modified 5 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 Changed 9 years ago by
comment:2 Changed 9 years ago by
Keywords: | first-patch added |
---|
comment:3 Changed 9 years ago by
Milestone: | 0.6.0 → 0.7.1 |
---|
comment:4 Changed 8 years ago by
Owner: | changed from Jakub Jermář to Vojtech Horky |
---|---|
Status: | new → accepted |
comment:5 Changed 8 years ago by
Owner: | Vojtech Horky deleted |
---|---|
Status: | accepted → new |
comment:6 Changed 5 years ago by
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.