Jun Luo
Jun Luo
Hi @gaiuscosades > slight correction: Koopman/Wikipedia calls this polynomial: CRC_32K_REVERSED_RECIPROCAL Fixed In addition, I added the build for the `manylinux_2_24_armv7l` platform. If the [CI](https://github.com/overcat/fastcrc/actions/runs/3054704136) can pass smoothly, it will be...
Hi @gaiuscosades Can you try upgrading [pip](https://pypi.org/project/pip/)(>= 20.3 required) to the latest version first and try again?
@gaiuscosades I'm at work, and when I get off work, I'll try to create an ARM virtual machine for testing.
Hi @gaiuscosades, I think it may be due to not reading the `fastcrc.cpython-38-arm-linux-gnueabihf.so` file correctly, can you run the following script and let me know the output? ```py import sysconfig...
> ``` > $ python3 > Python 3.8.12 (default, Aug 30 2021, 16:42:10) > [GCC 9.3.0] on linux > Type "help", "copyright", "credits" or "license" for more information. > >>>...
Hi @gaiuscosades Can you help me test if this wheel works on your platform? ``` unzip fastcrc-0.2.1.dev6-cp36-abi3-manylinux_2_24_armv7l.whl.zip pip install fastcrc-0.2.1.dev6-cp36-abi3-manylinux_2_24_armv7l.whl --force-reinstall ``` [fastcrc-0.2.1.dev6-cp36-abi3-manylinux_2_24_armv7l.whl.zip](https://github.com/overcat/fastcrc/files/9574939/fastcrc-0.2.1.dev6-cp36-abi3-manylinux_2_24_armv7l.whl.zip)
@gaiuscosades Thanks for your feedback! I'm going to release v0.2.1-dev.7 now, and if everything works fine, I'll release v0.2.1 today.
> slight bug: The initial value for the two algorithms that I provided should be 0x00000000 Only my application uses differing initial values but they can be provided on every...
[v0.2.1](https://github.com/overcat/fastcrc/releases/tag/v0.2.1) published.
Hi, if I want to submit a PR to add Java SDK example [here](https://soroban.stellar.org/docs/soroban-internals/contract-interactions/stellar-transaction#example-sdk-usage), is it better to wait until the migration is completed and then submit it to stellar-docs,...