1999-05-01 05:35:55 +02:00
|
|
|
Fast CRC routines written in assembly language, callable using the C and Pascal
|
|
|
|
calling conventions, as well as directly from assembly language programs.
|
|
|
|
|
|
|
|
This Unix port contains routines for the calculation of traditional CRC-32
|
|
|
|
used by Zmodem, Opus, Ethernet, and many other protocols.
|
|
|
|
|
|
|
|
It also contains routines for the POSIX 1003.2 32-bit CRC calculation.
|
|
|
|
|
|
|
|
See ${PREFIX}/share/doc/fastcrc/index.html for reference.
|
|
|
|
|
|
|
|
This port requires ELF. It creates libfcrc.so.1, and includes <fastcrc.h> for
|
|
|
|
C programmers.
|
|
|
|
|
|
|
|
Dependencies: nasm
|
|
|
|
|
2003-10-21 01:40:55 +02:00
|
|
|
WWW: http://www.whizkidtech.redprince.net/fports/
|
|
|
|
|
1999-05-02 23:59:12 +02:00
|
|
|
- G. Adam Stanislav
|
2003-10-21 01:40:55 +02:00
|
|
|
adam@redprince.net
|