precompiled-digest-crc 0.7.0-x86_64-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.github/workflows/cibuildgem.yaml +89 -0
- data/.github/workflows/integration.yml +26 -0
- data/.github/workflows/ruby.yml +33 -0
- data/.gitignore +11 -0
- data/.rspec +1 -0
- data/.yardopts +1 -0
- data/ChangeLog.md +212 -0
- data/Gemfile +16 -0
- data/LICENSE.txt +20 -0
- data/README.md +401 -0
- data/Rakefile +57 -0
- data/benchmarks.rb +59 -0
- data/digest-crc.gemspec +65 -0
- data/ext/digest/Rakefile +46 -0
- data/ext/digest/compat/ruby.h +11 -0
- data/ext/digest/crc12_3gpp/3.3/crc12_3gpp_ext.so +0 -0
- data/ext/digest/crc12_3gpp/3.4/crc12_3gpp_ext.so +0 -0
- data/ext/digest/crc12_3gpp/4.0/crc12_3gpp_ext.so +0 -0
- data/ext/digest/crc12_3gpp/crc12_3gpp.c +68 -0
- data/ext/digest/crc12_3gpp/crc12_3gpp.h +11 -0
- data/ext/digest/crc12_3gpp/crc12_3gpp_ext.c +32 -0
- data/ext/digest/crc12_3gpp/extconf.rb +7 -0
- data/ext/digest/crc15/3.3/crc15_ext.so +0 -0
- data/ext/digest/crc15/3.4/crc15_ext.so +0 -0
- data/ext/digest/crc15/4.0/crc15_ext.so +0 -0
- data/ext/digest/crc15/crc15.c +54 -0
- data/ext/digest/crc15/crc15.h +11 -0
- data/ext/digest/crc15/crc15_ext.c +33 -0
- data/ext/digest/crc15/extconf.rb +7 -0
- data/ext/digest/crc16/3.3/crc16_ext.so +0 -0
- data/ext/digest/crc16/3.4/crc16_ext.so +0 -0
- data/ext/digest/crc16/4.0/crc16_ext.so +0 -0
- data/ext/digest/crc16/crc16.c +70 -0
- data/ext/digest/crc16/crc16.h +11 -0
- data/ext/digest/crc16/crc16_ext.c +33 -0
- data/ext/digest/crc16/extconf.rb +7 -0
- data/ext/digest/crc16_ccitt/3.3/crc16_ccitt_ext.so +0 -0
- data/ext/digest/crc16_ccitt/3.4/crc16_ccitt_ext.so +0 -0
- data/ext/digest/crc16_ccitt/4.0/crc16_ccitt_ext.so +0 -0
- data/ext/digest/crc16_ccitt/crc16_ccitt.c +70 -0
- data/ext/digest/crc16_ccitt/crc16_ccitt.h +8 -0
- data/ext/digest/crc16_ccitt/crc16_ccitt_ext.c +33 -0
- data/ext/digest/crc16_ccitt/extconf.rb +7 -0
- data/ext/digest/crc16_dnp/3.3/crc16_dnp_ext.so +0 -0
- data/ext/digest/crc16_dnp/3.4/crc16_dnp_ext.so +0 -0
- data/ext/digest/crc16_dnp/4.0/crc16_dnp_ext.so +0 -0
- data/ext/digest/crc16_dnp/crc16_dnp.c +54 -0
- data/ext/digest/crc16_dnp/crc16_dnp.h +8 -0
- data/ext/digest/crc16_dnp/crc16_dnp_ext.c +33 -0
- data/ext/digest/crc16_dnp/extconf.rb +7 -0
- data/ext/digest/crc16_genibus/3.3/crc16_genibus_ext.so +0 -0
- data/ext/digest/crc16_genibus/3.4/crc16_genibus_ext.so +0 -0
- data/ext/digest/crc16_genibus/4.0/crc16_genibus_ext.so +0 -0
- data/ext/digest/crc16_genibus/crc16_genibus.c +70 -0
- data/ext/digest/crc16_genibus/crc16_genibus.h +8 -0
- data/ext/digest/crc16_genibus/crc16_genibus_ext.c +33 -0
- data/ext/digest/crc16_genibus/extconf.rb +7 -0
- data/ext/digest/crc16_kermit/3.3/crc16_kermit_ext.so +0 -0
- data/ext/digest/crc16_kermit/3.4/crc16_kermit_ext.so +0 -0
- data/ext/digest/crc16_kermit/4.0/crc16_kermit_ext.so +0 -0
- data/ext/digest/crc16_kermit/crc16_kermit.c +70 -0
- data/ext/digest/crc16_kermit/crc16_kermit.h +8 -0
- data/ext/digest/crc16_kermit/crc16_kermit_ext.c +33 -0
- data/ext/digest/crc16_kermit/extconf.rb +7 -0
- data/ext/digest/crc16_modbus/3.3/crc16_modbus_ext.so +0 -0
- data/ext/digest/crc16_modbus/3.4/crc16_modbus_ext.so +0 -0
- data/ext/digest/crc16_modbus/4.0/crc16_modbus_ext.so +0 -0
- data/ext/digest/crc16_modbus/crc16_modbus.c +70 -0
- data/ext/digest/crc16_modbus/crc16_modbus.h +8 -0
- data/ext/digest/crc16_modbus/crc16_modbus_ext.c +32 -0
- data/ext/digest/crc16_modbus/extconf.rb +7 -0
- data/ext/digest/crc16_usb/3.3/crc16_usb_ext.so +0 -0
- data/ext/digest/crc16_usb/3.4/crc16_usb_ext.so +0 -0
- data/ext/digest/crc16_usb/4.0/crc16_usb_ext.so +0 -0
- data/ext/digest/crc16_usb/crc16_usb.c +70 -0
- data/ext/digest/crc16_usb/crc16_usb.h +8 -0
- data/ext/digest/crc16_usb/crc16_usb_ext.c +32 -0
- data/ext/digest/crc16_usb/extconf.rb +7 -0
- data/ext/digest/crc16_x_25/3.3/crc16_x_25_ext.so +0 -0
- data/ext/digest/crc16_x_25/3.4/crc16_x_25_ext.so +0 -0
- data/ext/digest/crc16_x_25/4.0/crc16_x_25_ext.so +0 -0
- data/ext/digest/crc16_x_25/crc16_x_25.c +70 -0
- data/ext/digest/crc16_x_25/crc16_x_25.h +8 -0
- data/ext/digest/crc16_x_25/crc16_x_25_ext.c +32 -0
- data/ext/digest/crc16_x_25/extconf.rb +7 -0
- data/ext/digest/crc16_xmodem/3.3/crc16_xmodem_ext.so +0 -0
- data/ext/digest/crc16_xmodem/3.4/crc16_xmodem_ext.so +0 -0
- data/ext/digest/crc16_xmodem/4.0/crc16_xmodem_ext.so +0 -0
- data/ext/digest/crc16_xmodem/crc16_xmodem.c +70 -0
- data/ext/digest/crc16_xmodem/crc16_xmodem.h +8 -0
- data/ext/digest/crc16_xmodem/crc16_xmodem_ext.c +33 -0
- data/ext/digest/crc16_xmodem/extconf.rb +7 -0
- data/ext/digest/crc16_zmodem/3.3/crc16_zmodem_ext.so +0 -0
- data/ext/digest/crc16_zmodem/3.4/crc16_zmodem_ext.so +0 -0
- data/ext/digest/crc16_zmodem/4.0/crc16_zmodem_ext.so +0 -0
- data/ext/digest/crc16_zmodem/crc16_zmodem.c +70 -0
- data/ext/digest/crc16_zmodem/crc16_zmodem.h +8 -0
- data/ext/digest/crc16_zmodem/crc16_zmodem_ext.c +33 -0
- data/ext/digest/crc16_zmodem/extconf.rb +7 -0
- data/ext/digest/crc24/3.3/crc24_ext.so +0 -0
- data/ext/digest/crc24/3.4/crc24_ext.so +0 -0
- data/ext/digest/crc24/4.0/crc24_ext.so +0 -0
- data/ext/digest/crc24/crc24.c +70 -0
- data/ext/digest/crc24/crc24.h +11 -0
- data/ext/digest/crc24/crc24_ext.c +32 -0
- data/ext/digest/crc24/extconf.rb +7 -0
- data/ext/digest/crc32/3.3/crc32_ext.so +0 -0
- data/ext/digest/crc32/3.4/crc32_ext.so +0 -0
- data/ext/digest/crc32/4.0/crc32_ext.so +0 -0
- data/ext/digest/crc32/crc32.c +69 -0
- data/ext/digest/crc32/crc32.h +11 -0
- data/ext/digest/crc32/crc32_ext.c +32 -0
- data/ext/digest/crc32/extconf.rb +7 -0
- data/ext/digest/crc32_bzip2/3.3/crc32_bzip2_ext.so +0 -0
- data/ext/digest/crc32_bzip2/3.4/crc32_bzip2_ext.so +0 -0
- data/ext/digest/crc32_bzip2/4.0/crc32_bzip2_ext.so +0 -0
- data/ext/digest/crc32_bzip2/crc32_bzip2.c +70 -0
- data/ext/digest/crc32_bzip2/crc32_bzip2.h +8 -0
- data/ext/digest/crc32_bzip2/crc32_bzip2_ext.c +32 -0
- data/ext/digest/crc32_bzip2/extconf.rb +7 -0
- data/ext/digest/crc32_jam/3.3/crc32_jam_ext.so +0 -0
- data/ext/digest/crc32_jam/3.4/crc32_jam_ext.so +0 -0
- data/ext/digest/crc32_jam/4.0/crc32_jam_ext.so +0 -0
- data/ext/digest/crc32_jam/crc32_jam.c +70 -0
- data/ext/digest/crc32_jam/crc32_jam.h +8 -0
- data/ext/digest/crc32_jam/crc32_jam_ext.c +31 -0
- data/ext/digest/crc32_jam/extconf.rb +7 -0
- data/ext/digest/crc32_mpeg/3.3/crc32_mpeg_ext.so +0 -0
- data/ext/digest/crc32_mpeg/3.4/crc32_mpeg_ext.so +0 -0
- data/ext/digest/crc32_mpeg/4.0/crc32_mpeg_ext.so +0 -0
- data/ext/digest/crc32_mpeg/crc32_mpeg.c +70 -0
- data/ext/digest/crc32_mpeg/crc32_mpeg.h +8 -0
- data/ext/digest/crc32_mpeg/crc32_mpeg_ext.c +32 -0
- data/ext/digest/crc32_mpeg/extconf.rb +7 -0
- data/ext/digest/crc32_posix/3.3/crc32_posix_ext.so +0 -0
- data/ext/digest/crc32_posix/3.4/crc32_posix_ext.so +0 -0
- data/ext/digest/crc32_posix/4.0/crc32_posix_ext.so +0 -0
- data/ext/digest/crc32_posix/crc32_posix.c +70 -0
- data/ext/digest/crc32_posix/crc32_posix.h +8 -0
- data/ext/digest/crc32_posix/crc32_posix_ext.c +32 -0
- data/ext/digest/crc32_posix/extconf.rb +7 -0
- data/ext/digest/crc32_xfer/3.3/crc32_xfer_ext.so +0 -0
- data/ext/digest/crc32_xfer/3.4/crc32_xfer_ext.so +0 -0
- data/ext/digest/crc32_xfer/4.0/crc32_xfer_ext.so +0 -0
- data/ext/digest/crc32_xfer/crc32_xfer.c +70 -0
- data/ext/digest/crc32_xfer/crc32_xfer.h +8 -0
- data/ext/digest/crc32_xfer/crc32_xfer_ext.c +32 -0
- data/ext/digest/crc32_xfer/extconf.rb +7 -0
- data/ext/digest/crc32c/3.3/crc32c_ext.so +0 -0
- data/ext/digest/crc32c/3.4/crc32c_ext.so +0 -0
- data/ext/digest/crc32c/4.0/crc32c_ext.so +0 -0
- data/ext/digest/crc32c/crc32c.c +70 -0
- data/ext/digest/crc32c/crc32c.h +8 -0
- data/ext/digest/crc32c/crc32c_ext.c +31 -0
- data/ext/digest/crc32c/extconf.rb +7 -0
- data/ext/digest/crc5/3.3/crc5_ext.so +0 -0
- data/ext/digest/crc5/3.4/crc5_ext.so +0 -0
- data/ext/digest/crc5/4.0/crc5_ext.so +0 -0
- data/ext/digest/crc5/crc5.c +54 -0
- data/ext/digest/crc5/crc5.h +11 -0
- data/ext/digest/crc5/crc5_ext.c +32 -0
- data/ext/digest/crc5/extconf.rb +7 -0
- data/ext/digest/crc64/3.3/crc64_ext.so +0 -0
- data/ext/digest/crc64/3.4/crc64_ext.so +0 -0
- data/ext/digest/crc64/4.0/crc64_ext.so +0 -0
- data/ext/digest/crc64/crc64.c +102 -0
- data/ext/digest/crc64/crc64.h +11 -0
- data/ext/digest/crc64/crc64_ext.c +32 -0
- data/ext/digest/crc64/extconf.rb +7 -0
- data/ext/digest/crc64_jones/3.3/crc64_jones_ext.so +0 -0
- data/ext/digest/crc64_jones/3.4/crc64_jones_ext.so +0 -0
- data/ext/digest/crc64_jones/4.0/crc64_jones_ext.so +0 -0
- data/ext/digest/crc64_jones/crc64_jones.c +102 -0
- data/ext/digest/crc64_jones/crc64_jones.h +8 -0
- data/ext/digest/crc64_jones/crc64_jones_ext.c +31 -0
- data/ext/digest/crc64_jones/extconf.rb +7 -0
- data/ext/digest/crc64_nvme/3.3/crc64_nvme_ext.so +0 -0
- data/ext/digest/crc64_nvme/3.4/crc64_nvme_ext.so +0 -0
- data/ext/digest/crc64_nvme/4.0/crc64_nvme_ext.so +0 -0
- data/ext/digest/crc64_nvme/crc64_nvme.c +102 -0
- data/ext/digest/crc64_nvme/crc64_nvme.h +8 -0
- data/ext/digest/crc64_nvme/crc64_nvme_ext.c +31 -0
- data/ext/digest/crc64_nvme/extconf.rb +7 -0
- data/ext/digest/crc64_xz/3.3/crc64_xz_ext.so +0 -0
- data/ext/digest/crc64_xz/3.4/crc64_xz_ext.so +0 -0
- data/ext/digest/crc64_xz/4.0/crc64_xz_ext.so +0 -0
- data/ext/digest/crc64_xz/crc64_xz.c +102 -0
- data/ext/digest/crc64_xz/crc64_xz.h +8 -0
- data/ext/digest/crc64_xz/crc64_xz_ext.c +31 -0
- data/ext/digest/crc64_xz/extconf.rb +7 -0
- data/ext/digest/crc8/3.3/crc8_ext.so +0 -0
- data/ext/digest/crc8/3.4/crc8_ext.so +0 -0
- data/ext/digest/crc8/4.0/crc8_ext.so +0 -0
- data/ext/digest/crc8/crc8.c +54 -0
- data/ext/digest/crc8/crc8.h +11 -0
- data/ext/digest/crc8/crc8_ext.c +32 -0
- data/ext/digest/crc8/extconf.rb +7 -0
- data/ext/digest/crc8_1wire/3.3/crc8_1wire_ext.so +0 -0
- data/ext/digest/crc8_1wire/3.4/crc8_1wire_ext.so +0 -0
- data/ext/digest/crc8_1wire/4.0/crc8_1wire_ext.so +0 -0
- data/ext/digest/crc8_1wire/crc8_1wire.c +54 -0
- data/ext/digest/crc8_1wire/crc8_1wire.h +8 -0
- data/ext/digest/crc8_1wire/crc8_1wire_ext.c +31 -0
- data/ext/digest/crc8_1wire/extconf.rb +7 -0
- data/gemspec.yml +25 -0
- data/lib/digest/crc.rb +211 -0
- data/lib/digest/crc1.rb +37 -0
- data/lib/digest/crc15.rb +45 -0
- data/lib/digest/crc16.rb +61 -0
- data/lib/digest/crc16_ccitt.rb +59 -0
- data/lib/digest/crc16_dnp.rb +62 -0
- data/lib/digest/crc16_genibus.rb +65 -0
- data/lib/digest/crc16_kermit.rb +59 -0
- data/lib/digest/crc16_modbus.rb +57 -0
- data/lib/digest/crc16_qt.rb +11 -0
- data/lib/digest/crc16_usb.rb +23 -0
- data/lib/digest/crc16_x_25.rb +63 -0
- data/lib/digest/crc16_xmodem.rb +57 -0
- data/lib/digest/crc16_zmodem.rb +57 -0
- data/lib/digest/crc24.rb +61 -0
- data/lib/digest/crc32.rb +95 -0
- data/lib/digest/crc32_bzip2.rb +57 -0
- data/lib/digest/crc32_jam.rb +16 -0
- data/lib/digest/crc32_mpeg.rb +94 -0
- data/lib/digest/crc32_posix.rb +58 -0
- data/lib/digest/crc32_xfer.rb +61 -0
- data/lib/digest/crc32c.rb +87 -0
- data/lib/digest/crc5.rb +58 -0
- data/lib/digest/crc64.rb +95 -0
- data/lib/digest/crc64_jones.rb +93 -0
- data/lib/digest/crc64_nvme.rb +95 -0
- data/lib/digest/crc64_xz.rb +95 -0
- data/lib/digest/crc8.rb +45 -0
- data/lib/digest/crc8_1wire.rb +42 -0
- metadata +322 -0
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* \file
|
|
3
|
+
* Functions and types for CRC checks.
|
|
4
|
+
*
|
|
5
|
+
* Generated on Sat Feb 29 02:29:44 2020
|
|
6
|
+
* by pycrc v0.9.2, https://pycrc.org
|
|
7
|
+
* using the configuration:
|
|
8
|
+
* - Width = 5
|
|
9
|
+
* - Poly = 0x05
|
|
10
|
+
* - XorIn = 0x1f
|
|
11
|
+
* - ReflectIn = True
|
|
12
|
+
* - XorOut = 0x1f
|
|
13
|
+
* - ReflectOut = True
|
|
14
|
+
* - Algorithm = table-driven
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
#include "crc5.h"
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Static table used for the table_driven implementation.
|
|
21
|
+
*/
|
|
22
|
+
static const crc5_t crc5_table[256] = {
|
|
23
|
+
0x00, 0x0e, 0x1c, 0x12, 0x11, 0x1f, 0x0d, 0x03, 0x0b, 0x05, 0x17, 0x19, 0x1a, 0x14, 0x06, 0x08,
|
|
24
|
+
0x16, 0x18, 0x0a, 0x04, 0x07, 0x09, 0x1b, 0x15, 0x1d, 0x13, 0x01, 0x0f, 0x0c, 0x02, 0x10, 0x1e,
|
|
25
|
+
0x05, 0x0b, 0x19, 0x17, 0x14, 0x1a, 0x08, 0x06, 0x0e, 0x00, 0x12, 0x1c, 0x1f, 0x11, 0x03, 0x0d,
|
|
26
|
+
0x13, 0x1d, 0x0f, 0x01, 0x02, 0x0c, 0x1e, 0x10, 0x18, 0x16, 0x04, 0x0a, 0x09, 0x07, 0x15, 0x1b,
|
|
27
|
+
0x0a, 0x04, 0x16, 0x18, 0x1b, 0x15, 0x07, 0x09, 0x01, 0x0f, 0x1d, 0x13, 0x10, 0x1e, 0x0c, 0x02,
|
|
28
|
+
0x1c, 0x12, 0x00, 0x0e, 0x0d, 0x03, 0x11, 0x1f, 0x17, 0x19, 0x0b, 0x05, 0x06, 0x08, 0x1a, 0x14,
|
|
29
|
+
0x0f, 0x01, 0x13, 0x1d, 0x1e, 0x10, 0x02, 0x0c, 0x04, 0x0a, 0x18, 0x16, 0x15, 0x1b, 0x09, 0x07,
|
|
30
|
+
0x19, 0x17, 0x05, 0x0b, 0x08, 0x06, 0x14, 0x1a, 0x12, 0x1c, 0x0e, 0x00, 0x03, 0x0d, 0x1f, 0x11,
|
|
31
|
+
0x14, 0x1a, 0x08, 0x06, 0x05, 0x0b, 0x19, 0x17, 0x1f, 0x11, 0x03, 0x0d, 0x0e, 0x00, 0x12, 0x1c,
|
|
32
|
+
0x02, 0x0c, 0x1e, 0x10, 0x13, 0x1d, 0x0f, 0x01, 0x09, 0x07, 0x15, 0x1b, 0x18, 0x16, 0x04, 0x0a,
|
|
33
|
+
0x11, 0x1f, 0x0d, 0x03, 0x00, 0x0e, 0x1c, 0x12, 0x1a, 0x14, 0x06, 0x08, 0x0b, 0x05, 0x17, 0x19,
|
|
34
|
+
0x07, 0x09, 0x1b, 0x15, 0x16, 0x18, 0x0a, 0x04, 0x0c, 0x02, 0x10, 0x1e, 0x1d, 0x13, 0x01, 0x0f,
|
|
35
|
+
0x1e, 0x10, 0x02, 0x0c, 0x0f, 0x01, 0x13, 0x1d, 0x15, 0x1b, 0x09, 0x07, 0x04, 0x0a, 0x18, 0x16,
|
|
36
|
+
0x08, 0x06, 0x14, 0x1a, 0x19, 0x17, 0x05, 0x0b, 0x03, 0x0d, 0x1f, 0x11, 0x12, 0x1c, 0x0e, 0x00,
|
|
37
|
+
0x1b, 0x15, 0x07, 0x09, 0x0a, 0x04, 0x16, 0x18, 0x10, 0x1e, 0x0c, 0x02, 0x01, 0x0f, 0x1d, 0x13,
|
|
38
|
+
0x0d, 0x03, 0x11, 0x1f, 0x1c, 0x12, 0x00, 0x0e, 0x06, 0x08, 0x1a, 0x14, 0x17, 0x19, 0x0b, 0x05
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
crc5_t crc5_update(crc5_t crc, const void *data, size_t data_len)
|
|
42
|
+
{
|
|
43
|
+
const unsigned char *d = (const unsigned char *)data;
|
|
44
|
+
unsigned int tbl_idx;
|
|
45
|
+
|
|
46
|
+
while (data_len--)
|
|
47
|
+
{
|
|
48
|
+
tbl_idx = crc ^ *d;
|
|
49
|
+
crc = (crc5_table[tbl_idx] ^ (crc >> 8)) & 0x1f;
|
|
50
|
+
d++;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
return crc & 0x1f;
|
|
54
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
#include "ruby.h"
|
|
2
|
+
#include "extconf.h"
|
|
3
|
+
|
|
4
|
+
#include "crc5.h"
|
|
5
|
+
|
|
6
|
+
VALUE Digest_CRC5_update(VALUE self, VALUE data)
|
|
7
|
+
{
|
|
8
|
+
VALUE crc_ivar_name = rb_intern("@crc");
|
|
9
|
+
VALUE crc_ivar = rb_ivar_get(self, crc_ivar_name);
|
|
10
|
+
crc5_t crc = NUM2CHR(crc_ivar);
|
|
11
|
+
|
|
12
|
+
const char *data_ptr = StringValuePtr(data);
|
|
13
|
+
size_t length = RSTRING_LEN(data);
|
|
14
|
+
|
|
15
|
+
crc = crc5_update(crc,data_ptr,length);
|
|
16
|
+
|
|
17
|
+
rb_ivar_set(self, crc_ivar_name, UINT2NUM(crc));
|
|
18
|
+
return self;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
void Init_crc5_ext()
|
|
22
|
+
{
|
|
23
|
+
VALUE mDigest = rb_const_get(rb_cObject, rb_intern("Digest"));
|
|
24
|
+
VALUE cCRC5 = rb_const_get(mDigest, rb_intern("CRC5"));
|
|
25
|
+
|
|
26
|
+
#ifdef HAVE_RB_EXT_RACTOR_SAFE
|
|
27
|
+
rb_ext_ractor_safe(true);
|
|
28
|
+
#endif
|
|
29
|
+
|
|
30
|
+
rb_undef_method(cCRC5, "update");
|
|
31
|
+
rb_define_method(cCRC5, "update", Digest_CRC5_update, 1);
|
|
32
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* \file
|
|
3
|
+
* Functions and types for CRC checks.
|
|
4
|
+
*
|
|
5
|
+
* Generated on Sat Feb 29 02:02:14 2020
|
|
6
|
+
* by pycrc v0.9.2, https://pycrc.org
|
|
7
|
+
* using the configuration:
|
|
8
|
+
* - Width = 64
|
|
9
|
+
* - Poly = 0x000000000000001b
|
|
10
|
+
* - XorIn = 0x0000000000000000
|
|
11
|
+
* - ReflectIn = True
|
|
12
|
+
* - XorOut = 0x0000000000000000
|
|
13
|
+
* - ReflectOut = True
|
|
14
|
+
* - Algorithm = table-driven
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
#include "crc64.h"
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Static table used for the table_driven implementation.
|
|
21
|
+
*/
|
|
22
|
+
static const crc64_t crc64_table[256] = {
|
|
23
|
+
0x0000000000000000, 0x01b0000000000000, 0x0360000000000000, 0x02d0000000000000,
|
|
24
|
+
0x06c0000000000000, 0x0770000000000000, 0x05a0000000000000, 0x0410000000000000,
|
|
25
|
+
0x0d80000000000000, 0x0c30000000000000, 0x0ee0000000000000, 0x0f50000000000000,
|
|
26
|
+
0x0b40000000000000, 0x0af0000000000000, 0x0820000000000000, 0x0990000000000000,
|
|
27
|
+
0x1b00000000000000, 0x1ab0000000000000, 0x1860000000000000, 0x19d0000000000000,
|
|
28
|
+
0x1dc0000000000000, 0x1c70000000000000, 0x1ea0000000000000, 0x1f10000000000000,
|
|
29
|
+
0x1680000000000000, 0x1730000000000000, 0x15e0000000000000, 0x1450000000000000,
|
|
30
|
+
0x1040000000000000, 0x11f0000000000000, 0x1320000000000000, 0x1290000000000000,
|
|
31
|
+
0x3600000000000000, 0x37b0000000000000, 0x3560000000000000, 0x34d0000000000000,
|
|
32
|
+
0x30c0000000000000, 0x3170000000000000, 0x33a0000000000000, 0x3210000000000000,
|
|
33
|
+
0x3b80000000000000, 0x3a30000000000000, 0x38e0000000000000, 0x3950000000000000,
|
|
34
|
+
0x3d40000000000000, 0x3cf0000000000000, 0x3e20000000000000, 0x3f90000000000000,
|
|
35
|
+
0x2d00000000000000, 0x2cb0000000000000, 0x2e60000000000000, 0x2fd0000000000000,
|
|
36
|
+
0x2bc0000000000000, 0x2a70000000000000, 0x28a0000000000000, 0x2910000000000000,
|
|
37
|
+
0x2080000000000000, 0x2130000000000000, 0x23e0000000000000, 0x2250000000000000,
|
|
38
|
+
0x2640000000000000, 0x27f0000000000000, 0x2520000000000000, 0x2490000000000000,
|
|
39
|
+
0x6c00000000000000, 0x6db0000000000000, 0x6f60000000000000, 0x6ed0000000000000,
|
|
40
|
+
0x6ac0000000000000, 0x6b70000000000000, 0x69a0000000000000, 0x6810000000000000,
|
|
41
|
+
0x6180000000000000, 0x6030000000000000, 0x62e0000000000000, 0x6350000000000000,
|
|
42
|
+
0x6740000000000000, 0x66f0000000000000, 0x6420000000000000, 0x6590000000000000,
|
|
43
|
+
0x7700000000000000, 0x76b0000000000000, 0x7460000000000000, 0x75d0000000000000,
|
|
44
|
+
0x71c0000000000000, 0x7070000000000000, 0x72a0000000000000, 0x7310000000000000,
|
|
45
|
+
0x7a80000000000000, 0x7b30000000000000, 0x79e0000000000000, 0x7850000000000000,
|
|
46
|
+
0x7c40000000000000, 0x7df0000000000000, 0x7f20000000000000, 0x7e90000000000000,
|
|
47
|
+
0x5a00000000000000, 0x5bb0000000000000, 0x5960000000000000, 0x58d0000000000000,
|
|
48
|
+
0x5cc0000000000000, 0x5d70000000000000, 0x5fa0000000000000, 0x5e10000000000000,
|
|
49
|
+
0x5780000000000000, 0x5630000000000000, 0x54e0000000000000, 0x5550000000000000,
|
|
50
|
+
0x5140000000000000, 0x50f0000000000000, 0x5220000000000000, 0x5390000000000000,
|
|
51
|
+
0x4100000000000000, 0x40b0000000000000, 0x4260000000000000, 0x43d0000000000000,
|
|
52
|
+
0x47c0000000000000, 0x4670000000000000, 0x44a0000000000000, 0x4510000000000000,
|
|
53
|
+
0x4c80000000000000, 0x4d30000000000000, 0x4fe0000000000000, 0x4e50000000000000,
|
|
54
|
+
0x4a40000000000000, 0x4bf0000000000000, 0x4920000000000000, 0x4890000000000000,
|
|
55
|
+
0xd800000000000000, 0xd9b0000000000000, 0xdb60000000000000, 0xdad0000000000000,
|
|
56
|
+
0xdec0000000000000, 0xdf70000000000000, 0xdda0000000000000, 0xdc10000000000000,
|
|
57
|
+
0xd580000000000000, 0xd430000000000000, 0xd6e0000000000000, 0xd750000000000000,
|
|
58
|
+
0xd340000000000000, 0xd2f0000000000000, 0xd020000000000000, 0xd190000000000000,
|
|
59
|
+
0xc300000000000000, 0xc2b0000000000000, 0xc060000000000000, 0xc1d0000000000000,
|
|
60
|
+
0xc5c0000000000000, 0xc470000000000000, 0xc6a0000000000000, 0xc710000000000000,
|
|
61
|
+
0xce80000000000000, 0xcf30000000000000, 0xcde0000000000000, 0xcc50000000000000,
|
|
62
|
+
0xc840000000000000, 0xc9f0000000000000, 0xcb20000000000000, 0xca90000000000000,
|
|
63
|
+
0xee00000000000000, 0xefb0000000000000, 0xed60000000000000, 0xecd0000000000000,
|
|
64
|
+
0xe8c0000000000000, 0xe970000000000000, 0xeba0000000000000, 0xea10000000000000,
|
|
65
|
+
0xe380000000000000, 0xe230000000000000, 0xe0e0000000000000, 0xe150000000000000,
|
|
66
|
+
0xe540000000000000, 0xe4f0000000000000, 0xe620000000000000, 0xe790000000000000,
|
|
67
|
+
0xf500000000000000, 0xf4b0000000000000, 0xf660000000000000, 0xf7d0000000000000,
|
|
68
|
+
0xf3c0000000000000, 0xf270000000000000, 0xf0a0000000000000, 0xf110000000000000,
|
|
69
|
+
0xf880000000000000, 0xf930000000000000, 0xfbe0000000000000, 0xfa50000000000000,
|
|
70
|
+
0xfe40000000000000, 0xfff0000000000000, 0xfd20000000000000, 0xfc90000000000000,
|
|
71
|
+
0xb400000000000000, 0xb5b0000000000000, 0xb760000000000000, 0xb6d0000000000000,
|
|
72
|
+
0xb2c0000000000000, 0xb370000000000000, 0xb1a0000000000000, 0xb010000000000000,
|
|
73
|
+
0xb980000000000000, 0xb830000000000000, 0xbae0000000000000, 0xbb50000000000000,
|
|
74
|
+
0xbf40000000000000, 0xbef0000000000000, 0xbc20000000000000, 0xbd90000000000000,
|
|
75
|
+
0xaf00000000000000, 0xaeb0000000000000, 0xac60000000000000, 0xadd0000000000000,
|
|
76
|
+
0xa9c0000000000000, 0xa870000000000000, 0xaaa0000000000000, 0xab10000000000000,
|
|
77
|
+
0xa280000000000000, 0xa330000000000000, 0xa1e0000000000000, 0xa050000000000000,
|
|
78
|
+
0xa440000000000000, 0xa5f0000000000000, 0xa720000000000000, 0xa690000000000000,
|
|
79
|
+
0x8200000000000000, 0x83b0000000000000, 0x8160000000000000, 0x80d0000000000000,
|
|
80
|
+
0x84c0000000000000, 0x8570000000000000, 0x87a0000000000000, 0x8610000000000000,
|
|
81
|
+
0x8f80000000000000, 0x8e30000000000000, 0x8ce0000000000000, 0x8d50000000000000,
|
|
82
|
+
0x8940000000000000, 0x88f0000000000000, 0x8a20000000000000, 0x8b90000000000000,
|
|
83
|
+
0x9900000000000000, 0x98b0000000000000, 0x9a60000000000000, 0x9bd0000000000000,
|
|
84
|
+
0x9fc0000000000000, 0x9e70000000000000, 0x9ca0000000000000, 0x9d10000000000000,
|
|
85
|
+
0x9480000000000000, 0x9530000000000000, 0x97e0000000000000, 0x9650000000000000,
|
|
86
|
+
0x9240000000000000, 0x93f0000000000000, 0x9120000000000000, 0x9090000000000000
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
crc64_t crc64_update(crc64_t crc, const void *data, size_t data_len)
|
|
90
|
+
{
|
|
91
|
+
const unsigned char *d = (const unsigned char *)data;
|
|
92
|
+
unsigned int tbl_idx;
|
|
93
|
+
|
|
94
|
+
while (data_len--)
|
|
95
|
+
{
|
|
96
|
+
tbl_idx = (crc ^ *d) & 0xff;
|
|
97
|
+
crc = (crc64_table[tbl_idx] ^ (crc >> 8)) & 0xffffffffffffffff;
|
|
98
|
+
d++;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
return crc & 0xffffffffffffffff;
|
|
102
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
#include "ruby.h"
|
|
2
|
+
#include "extconf.h"
|
|
3
|
+
|
|
4
|
+
#include "crc64.h"
|
|
5
|
+
|
|
6
|
+
VALUE Digest_CRC64_update(VALUE self, VALUE data)
|
|
7
|
+
{
|
|
8
|
+
VALUE crc_ivar_name = rb_intern("@crc");
|
|
9
|
+
VALUE crc_ivar = rb_ivar_get(self, crc_ivar_name);
|
|
10
|
+
crc64_t crc = NUM2ULONG(crc_ivar);
|
|
11
|
+
|
|
12
|
+
const char *data_ptr = StringValuePtr(data);
|
|
13
|
+
size_t length = RSTRING_LEN(data);
|
|
14
|
+
|
|
15
|
+
crc = crc64_update(crc,data_ptr,length);
|
|
16
|
+
|
|
17
|
+
rb_ivar_set(self, crc_ivar_name, ULONG2NUM(crc));
|
|
18
|
+
return self;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
void Init_crc64_ext()
|
|
22
|
+
{
|
|
23
|
+
VALUE mDigest = rb_const_get(rb_cObject, rb_intern("Digest"));
|
|
24
|
+
VALUE cCRC64 = rb_const_get(mDigest, rb_intern("CRC64"));
|
|
25
|
+
|
|
26
|
+
#ifdef HAVE_RB_EXT_RACTOR_SAFE
|
|
27
|
+
rb_ext_ractor_safe(true);
|
|
28
|
+
#endif
|
|
29
|
+
|
|
30
|
+
rb_undef_method(cCRC64, "update");
|
|
31
|
+
rb_define_method(cCRC64, "update", Digest_CRC64_update, 1);
|
|
32
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* \file
|
|
3
|
+
* Functions and types for CRC checks.
|
|
4
|
+
*
|
|
5
|
+
* Generated on Sat Feb 29 02:33:28 2020
|
|
6
|
+
* by pycrc v0.9.2, https://pycrc.org
|
|
7
|
+
* using the configuration:
|
|
8
|
+
* - Width = 64
|
|
9
|
+
* - Poly = 0xad93d23594c935a9
|
|
10
|
+
* - XorIn = 0xffffffffffffffff
|
|
11
|
+
* - ReflectIn = True
|
|
12
|
+
* - XorOut = 0x0000000000000000
|
|
13
|
+
* - ReflectOut = True
|
|
14
|
+
* - Algorithm = table-driven
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
#include "crc64_jones.h"
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Static table used for the table_driven implementation.
|
|
21
|
+
*/
|
|
22
|
+
static const crc64_t crc64_table[256] = {
|
|
23
|
+
0x0000000000000000, 0x7ad870c830358979, 0xf5b0e190606b12f2, 0x8f689158505e9b8b,
|
|
24
|
+
0xc038e5739841b68f, 0xbae095bba8743ff6, 0x358804e3f82aa47d, 0x4f50742bc81f2d04,
|
|
25
|
+
0xab28ecb46814fe75, 0xd1f09c7c5821770c, 0x5e980d24087fec87, 0x24407dec384a65fe,
|
|
26
|
+
0x6b1009c7f05548fa, 0x11c8790fc060c183, 0x9ea0e857903e5a08, 0xe478989fa00bd371,
|
|
27
|
+
0x7d08ff3b88be6f81, 0x07d08ff3b88be6f8, 0x88b81eabe8d57d73, 0xf2606e63d8e0f40a,
|
|
28
|
+
0xbd301a4810ffd90e, 0xc7e86a8020ca5077, 0x4880fbd87094cbfc, 0x32588b1040a14285,
|
|
29
|
+
0xd620138fe0aa91f4, 0xacf86347d09f188d, 0x2390f21f80c18306, 0x594882d7b0f40a7f,
|
|
30
|
+
0x1618f6fc78eb277b, 0x6cc0863448deae02, 0xe3a8176c18803589, 0x997067a428b5bcf0,
|
|
31
|
+
0xfa11fe77117cdf02, 0x80c98ebf2149567b, 0x0fa11fe77117cdf0, 0x75796f2f41224489,
|
|
32
|
+
0x3a291b04893d698d, 0x40f16bccb908e0f4, 0xcf99fa94e9567b7f, 0xb5418a5cd963f206,
|
|
33
|
+
0x513912c379682177, 0x2be1620b495da80e, 0xa489f35319033385, 0xde51839b2936bafc,
|
|
34
|
+
0x9101f7b0e12997f8, 0xebd98778d11c1e81, 0x64b116208142850a, 0x1e6966e8b1770c73,
|
|
35
|
+
0x8719014c99c2b083, 0xfdc17184a9f739fa, 0x72a9e0dcf9a9a271, 0x08719014c99c2b08,
|
|
36
|
+
0x4721e43f0183060c, 0x3df994f731b68f75, 0xb29105af61e814fe, 0xc849756751dd9d87,
|
|
37
|
+
0x2c31edf8f1d64ef6, 0x56e99d30c1e3c78f, 0xd9810c6891bd5c04, 0xa3597ca0a188d57d,
|
|
38
|
+
0xec09088b6997f879, 0x96d1784359a27100, 0x19b9e91b09fcea8b, 0x636199d339c963f2,
|
|
39
|
+
0xdf7adabd7a6e2d6f, 0xa5a2aa754a5ba416, 0x2aca3b2d1a053f9d, 0x50124be52a30b6e4,
|
|
40
|
+
0x1f423fcee22f9be0, 0x659a4f06d21a1299, 0xeaf2de5e82448912, 0x902aae96b271006b,
|
|
41
|
+
0x74523609127ad31a, 0x0e8a46c1224f5a63, 0x81e2d7997211c1e8, 0xfb3aa75142244891,
|
|
42
|
+
0xb46ad37a8a3b6595, 0xceb2a3b2ba0eecec, 0x41da32eaea507767, 0x3b024222da65fe1e,
|
|
43
|
+
0xa2722586f2d042ee, 0xd8aa554ec2e5cb97, 0x57c2c41692bb501c, 0x2d1ab4dea28ed965,
|
|
44
|
+
0x624ac0f56a91f461, 0x1892b03d5aa47d18, 0x97fa21650afae693, 0xed2251ad3acf6fea,
|
|
45
|
+
0x095ac9329ac4bc9b, 0x7382b9faaaf135e2, 0xfcea28a2faafae69, 0x8632586aca9a2710,
|
|
46
|
+
0xc9622c4102850a14, 0xb3ba5c8932b0836d, 0x3cd2cdd162ee18e6, 0x460abd1952db919f,
|
|
47
|
+
0x256b24ca6b12f26d, 0x5fb354025b277b14, 0xd0dbc55a0b79e09f, 0xaa03b5923b4c69e6,
|
|
48
|
+
0xe553c1b9f35344e2, 0x9f8bb171c366cd9b, 0x10e3202993385610, 0x6a3b50e1a30ddf69,
|
|
49
|
+
0x8e43c87e03060c18, 0xf49bb8b633338561, 0x7bf329ee636d1eea, 0x012b592653589793,
|
|
50
|
+
0x4e7b2d0d9b47ba97, 0x34a35dc5ab7233ee, 0xbbcbcc9dfb2ca865, 0xc113bc55cb19211c,
|
|
51
|
+
0x5863dbf1e3ac9dec, 0x22bbab39d3991495, 0xadd33a6183c78f1e, 0xd70b4aa9b3f20667,
|
|
52
|
+
0x985b3e827bed2b63, 0xe2834e4a4bd8a21a, 0x6debdf121b863991, 0x1733afda2bb3b0e8,
|
|
53
|
+
0xf34b37458bb86399, 0x8993478dbb8deae0, 0x06fbd6d5ebd3716b, 0x7c23a61ddbe6f812,
|
|
54
|
+
0x3373d23613f9d516, 0x49aba2fe23cc5c6f, 0xc6c333a67392c7e4, 0xbc1b436e43a74e9d,
|
|
55
|
+
0x95ac9329ac4bc9b5, 0xef74e3e19c7e40cc, 0x601c72b9cc20db47, 0x1ac40271fc15523e,
|
|
56
|
+
0x5594765a340a7f3a, 0x2f4c0692043ff643, 0xa02497ca54616dc8, 0xdafce7026454e4b1,
|
|
57
|
+
0x3e847f9dc45f37c0, 0x445c0f55f46abeb9, 0xcb349e0da4342532, 0xb1eceec59401ac4b,
|
|
58
|
+
0xfebc9aee5c1e814f, 0x8464ea266c2b0836, 0x0b0c7b7e3c7593bd, 0x71d40bb60c401ac4,
|
|
59
|
+
0xe8a46c1224f5a634, 0x927c1cda14c02f4d, 0x1d148d82449eb4c6, 0x67ccfd4a74ab3dbf,
|
|
60
|
+
0x289c8961bcb410bb, 0x5244f9a98c8199c2, 0xdd2c68f1dcdf0249, 0xa7f41839ecea8b30,
|
|
61
|
+
0x438c80a64ce15841, 0x3954f06e7cd4d138, 0xb63c61362c8a4ab3, 0xcce411fe1cbfc3ca,
|
|
62
|
+
0x83b465d5d4a0eece, 0xf96c151de49567b7, 0x76048445b4cbfc3c, 0x0cdcf48d84fe7545,
|
|
63
|
+
0x6fbd6d5ebd3716b7, 0x15651d968d029fce, 0x9a0d8ccedd5c0445, 0xe0d5fc06ed698d3c,
|
|
64
|
+
0xaf85882d2576a038, 0xd55df8e515432941, 0x5a3569bd451db2ca, 0x20ed197575283bb3,
|
|
65
|
+
0xc49581ead523e8c2, 0xbe4df122e51661bb, 0x3125607ab548fa30, 0x4bfd10b2857d7349,
|
|
66
|
+
0x04ad64994d625e4d, 0x7e7514517d57d734, 0xf11d85092d094cbf, 0x8bc5f5c11d3cc5c6,
|
|
67
|
+
0x12b5926535897936, 0x686de2ad05bcf04f, 0xe70573f555e26bc4, 0x9ddd033d65d7e2bd,
|
|
68
|
+
0xd28d7716adc8cfb9, 0xa85507de9dfd46c0, 0x273d9686cda3dd4b, 0x5de5e64efd965432,
|
|
69
|
+
0xb99d7ed15d9d8743, 0xc3450e196da80e3a, 0x4c2d9f413df695b1, 0x36f5ef890dc31cc8,
|
|
70
|
+
0x79a59ba2c5dc31cc, 0x037deb6af5e9b8b5, 0x8c157a32a5b7233e, 0xf6cd0afa9582aa47,
|
|
71
|
+
0x4ad64994d625e4da, 0x300e395ce6106da3, 0xbf66a804b64ef628, 0xc5bed8cc867b7f51,
|
|
72
|
+
0x8aeeace74e645255, 0xf036dc2f7e51db2c, 0x7f5e4d772e0f40a7, 0x05863dbf1e3ac9de,
|
|
73
|
+
0xe1fea520be311aaf, 0x9b26d5e88e0493d6, 0x144e44b0de5a085d, 0x6e963478ee6f8124,
|
|
74
|
+
0x21c640532670ac20, 0x5b1e309b16452559, 0xd476a1c3461bbed2, 0xaeaed10b762e37ab,
|
|
75
|
+
0x37deb6af5e9b8b5b, 0x4d06c6676eae0222, 0xc26e573f3ef099a9, 0xb8b627f70ec510d0,
|
|
76
|
+
0xf7e653dcc6da3dd4, 0x8d3e2314f6efb4ad, 0x0256b24ca6b12f26, 0x788ec2849684a65f,
|
|
77
|
+
0x9cf65a1b368f752e, 0xe62e2ad306bafc57, 0x6946bb8b56e467dc, 0x139ecb4366d1eea5,
|
|
78
|
+
0x5ccebf68aecec3a1, 0x2616cfa09efb4ad8, 0xa97e5ef8cea5d153, 0xd3a62e30fe90582a,
|
|
79
|
+
0xb0c7b7e3c7593bd8, 0xca1fc72bf76cb2a1, 0x45775673a732292a, 0x3faf26bb9707a053,
|
|
80
|
+
0x70ff52905f188d57, 0x0a2722586f2d042e, 0x854fb3003f739fa5, 0xff97c3c80f4616dc,
|
|
81
|
+
0x1bef5b57af4dc5ad, 0x61372b9f9f784cd4, 0xee5fbac7cf26d75f, 0x9487ca0fff135e26,
|
|
82
|
+
0xdbd7be24370c7322, 0xa10fceec0739fa5b, 0x2e675fb4576761d0, 0x54bf2f7c6752e8a9,
|
|
83
|
+
0xcdcf48d84fe75459, 0xb71738107fd2dd20, 0x387fa9482f8c46ab, 0x42a7d9801fb9cfd2,
|
|
84
|
+
0x0df7adabd7a6e2d6, 0x772fdd63e7936baf, 0xf8474c3bb7cdf024, 0x829f3cf387f8795d,
|
|
85
|
+
0x66e7a46c27f3aa2c, 0x1c3fd4a417c62355, 0x935745fc4798b8de, 0xe98f353477ad31a7,
|
|
86
|
+
0xa6df411fbfb21ca3, 0xdc0731d78f8795da, 0x536fa08fdfd90e51, 0x29b7d047efec8728
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
crc64_t crc64_jones_update(crc64_t crc, const void *data, size_t data_len)
|
|
90
|
+
{
|
|
91
|
+
const unsigned char *d = (const unsigned char *)data;
|
|
92
|
+
unsigned int tbl_idx;
|
|
93
|
+
|
|
94
|
+
while (data_len--)
|
|
95
|
+
{
|
|
96
|
+
tbl_idx = (crc ^ *d) & 0xff;
|
|
97
|
+
crc = (crc64_table[tbl_idx] ^ (crc >> 8)) & 0xffffffffffffffff;
|
|
98
|
+
d++;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
return crc & 0xffffffffffffffff;
|
|
102
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
#include "ruby.h"
|
|
2
|
+
#include "extconf.h"
|
|
3
|
+
|
|
4
|
+
#include "crc64_jones.h"
|
|
5
|
+
|
|
6
|
+
VALUE Digest_CRC64Jones_update(VALUE self, VALUE data)
|
|
7
|
+
{
|
|
8
|
+
VALUE crc_ivar_name = rb_intern("@crc");
|
|
9
|
+
VALUE crc_ivar = rb_ivar_get(self, crc_ivar_name);
|
|
10
|
+
crc64_t crc = NUM2ULONG(crc_ivar);
|
|
11
|
+
|
|
12
|
+
const char *data_ptr = StringValuePtr(data);
|
|
13
|
+
size_t length = RSTRING_LEN(data);
|
|
14
|
+
|
|
15
|
+
crc = crc64_jones_update(crc,data_ptr,length);
|
|
16
|
+
|
|
17
|
+
rb_ivar_set(self, crc_ivar_name, ULONG2NUM(crc));
|
|
18
|
+
return self;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
void Init_crc64_jones_ext()
|
|
22
|
+
{
|
|
23
|
+
VALUE mDigest = rb_const_get(rb_cObject, rb_intern("Digest"));
|
|
24
|
+
VALUE cCRC64Jones = rb_const_get(mDigest, rb_intern("CRC64Jones"));
|
|
25
|
+
|
|
26
|
+
#ifdef HAVE_RB_EXT_RACTOR_SAFE
|
|
27
|
+
rb_ext_ractor_safe(true);
|
|
28
|
+
#endif
|
|
29
|
+
|
|
30
|
+
rb_define_method(cCRC64Jones, "update", Digest_CRC64Jones_update, 1);
|
|
31
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* \file
|
|
3
|
+
* Functions and types for CRC checks.
|
|
4
|
+
*
|
|
5
|
+
* Generated on Mon Jan 6 09:50:24 2025
|
|
6
|
+
* by pycrc v0.10.0, https://pycrc.org
|
|
7
|
+
* using the configuration:
|
|
8
|
+
* - Width. = 64
|
|
9
|
+
* - Poly. = 0xad93d23594c93659
|
|
10
|
+
* - XorIn. = 0xffffffffffffffff
|
|
11
|
+
* - ReflectIn = True
|
|
12
|
+
* - XorOut. = 0xffffffffffffffff
|
|
13
|
+
* - ReflectOut = True
|
|
14
|
+
* - Algorithm = table-driven
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
#include "crc64_nvme.h"
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Static table used for the table_driven implementation.
|
|
21
|
+
*/
|
|
22
|
+
static const crc64_t crc64_table[256] = {
|
|
23
|
+
0x0000000000000000, 0x7f6ef0c830358979, 0xfedde190606b12f2, 0x81b31158505e9b8b,
|
|
24
|
+
0xc962e5739841b68f, 0xb60c15bba8743ff6, 0x37bf04e3f82aa47d, 0x48d1f42bc81f2d04,
|
|
25
|
+
0xa61cecb46814fe75, 0xd9721c7c5821770c, 0x58c10d24087fec87, 0x27affdec384a65fe,
|
|
26
|
+
0x6f7e09c7f05548fa, 0x1010f90fc060c183, 0x91a3e857903e5a08, 0xeecd189fa00bd371,
|
|
27
|
+
0x78e0ff3b88be6f81, 0x078e0ff3b88be6f8, 0x863d1eabe8d57d73, 0xf953ee63d8e0f40a,
|
|
28
|
+
0xb1821a4810ffd90e, 0xceecea8020ca5077, 0x4f5ffbd87094cbfc, 0x30310b1040a14285,
|
|
29
|
+
0xdefc138fe0aa91f4, 0xa192e347d09f188d, 0x2021f21f80c18306, 0x5f4f02d7b0f40a7f,
|
|
30
|
+
0x179ef6fc78eb277b, 0x68f0063448deae02, 0xe943176c18803589, 0x962de7a428b5bcf0,
|
|
31
|
+
0xf1c1fe77117cdf02, 0x8eaf0ebf2149567b, 0x0f1c1fe77117cdf0, 0x7072ef2f41224489,
|
|
32
|
+
0x38a31b04893d698d, 0x47cdebccb908e0f4, 0xc67efa94e9567b7f, 0xb9100a5cd963f206,
|
|
33
|
+
0x57dd12c379682177, 0x28b3e20b495da80e, 0xa900f35319033385, 0xd66e039b2936bafc,
|
|
34
|
+
0x9ebff7b0e12997f8, 0xe1d10778d11c1e81, 0x606216208142850a, 0x1f0ce6e8b1770c73,
|
|
35
|
+
0x8921014c99c2b083, 0xf64ff184a9f739fa, 0x77fce0dcf9a9a271, 0x08921014c99c2b08,
|
|
36
|
+
0x4043e43f0183060c, 0x3f2d14f731b68f75, 0xbe9e05af61e814fe, 0xc1f0f56751dd9d87,
|
|
37
|
+
0x2f3dedf8f1d64ef6, 0x50531d30c1e3c78f, 0xd1e00c6891bd5c04, 0xae8efca0a188d57d,
|
|
38
|
+
0xe65f088b6997f879, 0x9931f84359a27100, 0x1882e91b09fcea8b, 0x67ec19d339c963f2,
|
|
39
|
+
0xd75adabd7a6e2d6f, 0xa8342a754a5ba416, 0x29873b2d1a053f9d, 0x56e9cbe52a30b6e4,
|
|
40
|
+
0x1e383fcee22f9be0, 0x6156cf06d21a1299, 0xe0e5de5e82448912, 0x9f8b2e96b271006b,
|
|
41
|
+
0x71463609127ad31a, 0x0e28c6c1224f5a63, 0x8f9bd7997211c1e8, 0xf0f5275142244891,
|
|
42
|
+
0xb824d37a8a3b6595, 0xc74a23b2ba0eecec, 0x46f932eaea507767, 0x3997c222da65fe1e,
|
|
43
|
+
0xafba2586f2d042ee, 0xd0d4d54ec2e5cb97, 0x5167c41692bb501c, 0x2e0934dea28ed965,
|
|
44
|
+
0x66d8c0f56a91f461, 0x19b6303d5aa47d18, 0x980521650afae693, 0xe76bd1ad3acf6fea,
|
|
45
|
+
0x09a6c9329ac4bc9b, 0x76c839faaaf135e2, 0xf77b28a2faafae69, 0x8815d86aca9a2710,
|
|
46
|
+
0xc0c42c4102850a14, 0xbfaadc8932b0836d, 0x3e19cdd162ee18e6, 0x41773d1952db919f,
|
|
47
|
+
0x269b24ca6b12f26d, 0x59f5d4025b277b14, 0xd846c55a0b79e09f, 0xa72835923b4c69e6,
|
|
48
|
+
0xeff9c1b9f35344e2, 0x90973171c366cd9b, 0x1124202993385610, 0x6e4ad0e1a30ddf69,
|
|
49
|
+
0x8087c87e03060c18, 0xffe938b633338561, 0x7e5a29ee636d1eea, 0x0134d92653589793,
|
|
50
|
+
0x49e52d0d9b47ba97, 0x368bddc5ab7233ee, 0xb738cc9dfb2ca865, 0xc8563c55cb19211c,
|
|
51
|
+
0x5e7bdbf1e3ac9dec, 0x21152b39d3991495, 0xa0a63a6183c78f1e, 0xdfc8caa9b3f20667,
|
|
52
|
+
0x97193e827bed2b63, 0xe877ce4a4bd8a21a, 0x69c4df121b863991, 0x16aa2fda2bb3b0e8,
|
|
53
|
+
0xf86737458bb86399, 0x8709c78dbb8deae0, 0x06bad6d5ebd3716b, 0x79d4261ddbe6f812,
|
|
54
|
+
0x3105d23613f9d516, 0x4e6b22fe23cc5c6f, 0xcfd833a67392c7e4, 0xb0b6c36e43a74e9d,
|
|
55
|
+
0x9a6c9329ac4bc9b5, 0xe50263e19c7e40cc, 0x64b172b9cc20db47, 0x1bdf8271fc15523e,
|
|
56
|
+
0x530e765a340a7f3a, 0x2c608692043ff643, 0xadd397ca54616dc8, 0xd2bd67026454e4b1,
|
|
57
|
+
0x3c707f9dc45f37c0, 0x431e8f55f46abeb9, 0xc2ad9e0da4342532, 0xbdc36ec59401ac4b,
|
|
58
|
+
0xf5129aee5c1e814f, 0x8a7c6a266c2b0836, 0x0bcf7b7e3c7593bd, 0x74a18bb60c401ac4,
|
|
59
|
+
0xe28c6c1224f5a634, 0x9de29cda14c02f4d, 0x1c518d82449eb4c6, 0x633f7d4a74ab3dbf,
|
|
60
|
+
0x2bee8961bcb410bb, 0x548079a98c8199c2, 0xd53368f1dcdf0249, 0xaa5d9839ecea8b30,
|
|
61
|
+
0x449080a64ce15841, 0x3bfe706e7cd4d138, 0xba4d61362c8a4ab3, 0xc52391fe1cbfc3ca,
|
|
62
|
+
0x8df265d5d4a0eece, 0xf29c951de49567b7, 0x732f8445b4cbfc3c, 0x0c41748d84fe7545,
|
|
63
|
+
0x6bad6d5ebd3716b7, 0x14c39d968d029fce, 0x95708ccedd5c0445, 0xea1e7c06ed698d3c,
|
|
64
|
+
0xa2cf882d2576a038, 0xdda178e515432941, 0x5c1269bd451db2ca, 0x237c997575283bb3,
|
|
65
|
+
0xcdb181ead523e8c2, 0xb2df7122e51661bb, 0x336c607ab548fa30, 0x4c0290b2857d7349,
|
|
66
|
+
0x04d364994d625e4d, 0x7bbd94517d57d734, 0xfa0e85092d094cbf, 0x856075c11d3cc5c6,
|
|
67
|
+
0x134d926535897936, 0x6c2362ad05bcf04f, 0xed9073f555e26bc4, 0x92fe833d65d7e2bd,
|
|
68
|
+
0xda2f7716adc8cfb9, 0xa54187de9dfd46c0, 0x24f29686cda3dd4b, 0x5b9c664efd965432,
|
|
69
|
+
0xb5517ed15d9d8743, 0xca3f8e196da80e3a, 0x4b8c9f413df695b1, 0x34e26f890dc31cc8,
|
|
70
|
+
0x7c339ba2c5dc31cc, 0x035d6b6af5e9b8b5, 0x82ee7a32a5b7233e, 0xfd808afa9582aa47,
|
|
71
|
+
0x4d364994d625e4da, 0x3258b95ce6106da3, 0xb3eba804b64ef628, 0xcc8558cc867b7f51,
|
|
72
|
+
0x8454ace74e645255, 0xfb3a5c2f7e51db2c, 0x7a894d772e0f40a7, 0x05e7bdbf1e3ac9de,
|
|
73
|
+
0xeb2aa520be311aaf, 0x944455e88e0493d6, 0x15f744b0de5a085d, 0x6a99b478ee6f8124,
|
|
74
|
+
0x224840532670ac20, 0x5d26b09b16452559, 0xdc95a1c3461bbed2, 0xa3fb510b762e37ab,
|
|
75
|
+
0x35d6b6af5e9b8b5b, 0x4ab846676eae0222, 0xcb0b573f3ef099a9, 0xb465a7f70ec510d0,
|
|
76
|
+
0xfcb453dcc6da3dd4, 0x83daa314f6efb4ad, 0x0269b24ca6b12f26, 0x7d0742849684a65f,
|
|
77
|
+
0x93ca5a1b368f752e, 0xeca4aad306bafc57, 0x6d17bb8b56e467dc, 0x12794b4366d1eea5,
|
|
78
|
+
0x5aa8bf68aecec3a1, 0x25c64fa09efb4ad8, 0xa4755ef8cea5d153, 0xdb1bae30fe90582a,
|
|
79
|
+
0xbcf7b7e3c7593bd8, 0xc399472bf76cb2a1, 0x422a5673a732292a, 0x3d44a6bb9707a053,
|
|
80
|
+
0x759552905f188d57, 0x0afba2586f2d042e, 0x8b48b3003f739fa5, 0xf42643c80f4616dc,
|
|
81
|
+
0x1aeb5b57af4dc5ad, 0x6585ab9f9f784cd4, 0xe436bac7cf26d75f, 0x9b584a0fff135e26,
|
|
82
|
+
0xd389be24370c7322, 0xace74eec0739fa5b, 0x2d545fb4576761d0, 0x523aaf7c6752e8a9,
|
|
83
|
+
0xc41748d84fe75459, 0xbb79b8107fd2dd20, 0x3acaa9482f8c46ab, 0x45a459801fb9cfd2,
|
|
84
|
+
0x0d75adabd7a6e2d6, 0x721b5d63e7936baf, 0xf3a84c3bb7cdf024, 0x8cc6bcf387f8795d,
|
|
85
|
+
0x620ba46c27f3aa2c, 0x1d6554a417c62355, 0x9cd645fc4798b8de, 0xe3b8b53477ad31a7,
|
|
86
|
+
0xab69411fbfb21ca3, 0xd407b1d78f8795da, 0x55b4a08fdfd90e51, 0x2ada5047efec8728
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
crc64_t crc64_nvme_update(crc64_t crc, const void *data, size_t data_len)
|
|
90
|
+
{
|
|
91
|
+
const unsigned char *d = (const unsigned char *)data;
|
|
92
|
+
unsigned int tbl_idx;
|
|
93
|
+
|
|
94
|
+
while (data_len--)
|
|
95
|
+
{
|
|
96
|
+
tbl_idx = (crc ^ *d) & 0xff;
|
|
97
|
+
crc = (crc64_table[tbl_idx] ^ (crc >> 8)) & 0xffffffffffffffff;
|
|
98
|
+
d++;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
return crc & 0xffffffffffffffff;
|
|
102
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
#include "ruby.h"
|
|
2
|
+
#include "extconf.h"
|
|
3
|
+
|
|
4
|
+
#include "crc64_nvme.h"
|
|
5
|
+
|
|
6
|
+
VALUE Digest_CRC64NVMe_update(VALUE self, VALUE data)
|
|
7
|
+
{
|
|
8
|
+
VALUE crc_ivar_name = rb_intern("@crc");
|
|
9
|
+
VALUE crc_ivar = rb_ivar_get(self, crc_ivar_name);
|
|
10
|
+
crc64_t crc = NUM2ULONG(crc_ivar);
|
|
11
|
+
|
|
12
|
+
const char *data_ptr = StringValuePtr(data);
|
|
13
|
+
size_t length = RSTRING_LEN(data);
|
|
14
|
+
|
|
15
|
+
crc = crc64_nvme_update(crc,data_ptr,length);
|
|
16
|
+
|
|
17
|
+
rb_ivar_set(self, crc_ivar_name, ULONG2NUM(crc));
|
|
18
|
+
return self;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
void Init_crc64_nvme_ext()
|
|
22
|
+
{
|
|
23
|
+
VALUE mDigest = rb_const_get(rb_cObject, rb_intern("Digest"));
|
|
24
|
+
VALUE cCRC64NVMe = rb_const_get(mDigest, rb_intern("CRC64NVMe"));
|
|
25
|
+
|
|
26
|
+
#ifdef HAVE_RB_EXT_RACTOR_SAFE
|
|
27
|
+
rb_ext_ractor_safe(true);
|
|
28
|
+
#endif
|
|
29
|
+
|
|
30
|
+
rb_define_method(cCRC64NVMe, "update", Digest_CRC64NVMe_update, 1);
|
|
31
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|