cchecksum 0.2.3__tar.gz → 0.2.4__tar.gz
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.
Potentially problematic release.
This version of cchecksum might be problematic. Click here for more details.
- {cchecksum-0.2.3/cchecksum.egg-info → cchecksum-0.2.4}/PKG-INFO +1 -1
- {cchecksum-0.2.3 → cchecksum-0.2.4}/cchecksum/_checksum.c +4 -7
- {cchecksum-0.2.3 → cchecksum-0.2.4}/cchecksum/_checksum.pyx +1 -1
- {cchecksum-0.2.3 → cchecksum-0.2.4/cchecksum.egg-info}/PKG-INFO +1 -1
- {cchecksum-0.2.3 → cchecksum-0.2.4}/.github/workflows/black.yaml +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/.github/workflows/deploy-docs.yaml +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/.github/workflows/pytest.yaml +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/.github/workflows/release.yaml +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/.gitignore +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/LICENSE +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/Makefile +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/README.md +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/cchecksum/__init__.py +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/cchecksum/_checksum.pyi +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/cchecksum/py.typed +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/cchecksum.egg-info/SOURCES.txt +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/cchecksum.egg-info/dependency_links.txt +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/cchecksum.egg-info/not-zip-safe +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/cchecksum.egg-info/requires.txt +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/cchecksum.egg-info/top_level.txt +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/docs/Makefile +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/docs/_build/html/_static/alabaster.css +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/docs/_build/html/_static/basic.css +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/docs/_build/html/_static/custom.css +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/docs/_build/html/_static/doctools.js +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/docs/_build/html/_static/documentation_options.js +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/docs/_build/html/_static/file.png +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/docs/_build/html/_static/language_data.js +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/docs/_build/html/_static/minus.png +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/docs/_build/html/_static/plus.png +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/docs/_build/html/_static/pygments.css +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/docs/_build/html/_static/searchtools.js +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/docs/_build/html/_static/sphinx_highlight.js +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/docs/conf.py +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/docs/index.rst +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/docs/make.bat +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/pyproject.toml +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/requirements.txt +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/setup.cfg +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/setup.py +0 -0
- {cchecksum-0.2.3 → cchecksum-0.2.4}/test_checksum.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cchecksum
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: A ~8x faster drop-in replacement for eth_utils.to_checksum_address. Raises the exact same Exceptions. Implemented in C.
|
|
5
5
|
Home-page: https://github.com/BobTheBuidler/cchecksum
|
|
6
6
|
Author: BobTheBuidler
|
|
@@ -23687,7 +23687,7 @@ if (!__Pyx_RefNanny) {
|
|
|
23687
23687
|
* keccak(b"")
|
|
23688
23688
|
*
|
|
23689
23689
|
* cdef object str_encode = str.encode # <<<<<<<<<<<<<<
|
|
23690
|
-
* cdef object hash_address = compose(hexlify,
|
|
23690
|
+
* cdef object hash_address = compose(hexlify, keccak.hasher)
|
|
23691
23691
|
*
|
|
23692
23692
|
*/
|
|
23693
23693
|
__pyx_t_4 = __Pyx_PyObject_GetAttrStr(((PyObject *)(&PyUnicode_Type)), __pyx_n_s_encode); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 18, __pyx_L1_error)
|
|
@@ -23700,7 +23700,7 @@ if (!__Pyx_RefNanny) {
|
|
|
23700
23700
|
/* "cchecksum/_checksum.pyx":19
|
|
23701
23701
|
*
|
|
23702
23702
|
* cdef object str_encode = str.encode
|
|
23703
|
-
* cdef object hash_address = compose(hexlify,
|
|
23703
|
+
* cdef object hash_address = compose(hexlify, keccak.hasher) # <<<<<<<<<<<<<<
|
|
23704
23704
|
*
|
|
23705
23705
|
*
|
|
23706
23706
|
*/
|
|
@@ -23711,16 +23711,13 @@ if (!__Pyx_RefNanny) {
|
|
|
23711
23711
|
__pyx_t_5 = __Pyx_PyObject_GetAttrStr(__pyx_t_7, __pyx_n_s_hasher); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 19, __pyx_L1_error)
|
|
23712
23712
|
__Pyx_GOTREF(__pyx_t_5);
|
|
23713
23713
|
__Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
|
|
23714
|
-
__pyx_t_7 = PyTuple_New(
|
|
23714
|
+
__pyx_t_7 = PyTuple_New(2); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 19, __pyx_L1_error)
|
|
23715
23715
|
__Pyx_GOTREF(__pyx_t_7);
|
|
23716
23716
|
__Pyx_INCREF(__pyx_v_9cchecksum_9_checksum_hexlify);
|
|
23717
23717
|
__Pyx_GIVEREF(__pyx_v_9cchecksum_9_checksum_hexlify);
|
|
23718
23718
|
if (__Pyx_PyTuple_SET_ITEM(__pyx_t_7, 0, __pyx_v_9cchecksum_9_checksum_hexlify)) __PYX_ERR(0, 19, __pyx_L1_error);
|
|
23719
|
-
__Pyx_INCREF((PyObject *)(&PyBytes_Type));
|
|
23720
|
-
__Pyx_GIVEREF((PyObject *)(&PyBytes_Type));
|
|
23721
|
-
if (__Pyx_PyTuple_SET_ITEM(__pyx_t_7, 1, ((PyObject *)(&PyBytes_Type)))) __PYX_ERR(0, 19, __pyx_L1_error);
|
|
23722
23719
|
__Pyx_GIVEREF(__pyx_t_5);
|
|
23723
|
-
if (__Pyx_PyTuple_SET_ITEM(__pyx_t_7,
|
|
23720
|
+
if (__Pyx_PyTuple_SET_ITEM(__pyx_t_7, 1, __pyx_t_5)) __PYX_ERR(0, 19, __pyx_L1_error);
|
|
23724
23721
|
__pyx_t_5 = 0;
|
|
23725
23722
|
__pyx_t_5 = __Pyx_PyObject_Call(__pyx_t_4, __pyx_t_7, NULL); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 19, __pyx_L1_error)
|
|
23726
23723
|
__Pyx_GOTREF(__pyx_t_5);
|
|
@@ -16,7 +16,7 @@ del binascii
|
|
|
16
16
|
keccak(b"")
|
|
17
17
|
|
|
18
18
|
cdef object str_encode = str.encode
|
|
19
|
-
cdef object hash_address = compose(hexlify,
|
|
19
|
+
cdef object hash_address = compose(hexlify, keccak.hasher)
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
# this was ripped out of eth_utils and optimized a little bit
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cchecksum
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: A ~8x faster drop-in replacement for eth_utils.to_checksum_address. Raises the exact same Exceptions. Implemented in C.
|
|
5
5
|
Home-page: https://github.com/BobTheBuidler/cchecksum
|
|
6
6
|
Author: BobTheBuidler
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|