Skip to main content

A RandomX cython binding for python.

Project description

cyrx

PyPI version PyPI - Downloads

A Sequal to pyrx the randomX crypto mining library. This one plans to actually have a pypi package associated to it. It shares the resemblance of the actual randomx api rather than with pyrx which contains only a few functions and that was it for it.

How to use

from cyrx import get_flags, Cache, VM

from binascii import hexlify

def main():
    my_key = b"RandomX example key"
    my_input = b"RandomX example input"

    flags = get_flags()
    my_cache = Cache(flags)
    my_cache.init(my_key)
    my_machine = VM(flags, cache=my_cache)

    out_hash = my_machine.hash(my_input)
    print(hexlify(out_hash))

if __name__ == "__main__":
    main()
from cyrx import RXMiner

def main() -> None:
    x = RXMiner(2) # 2 threads in this case...
    out = x.run(
        b"d2a4d89503447401ef6e6f30b46635b45b54f25a650c47464b5311f9d6fd4759",
        b"d2a4d89503447401ef6e6f30b4663555",
    )
    assert (
        hexlify(out)
        == b"62894d19b5b129c9c7bab19171dc438446ceade7e0e8e3b1c263969e5463d9dc"
    )
if __name__ == "__main__":
    main()

[!WARNING]

One Word of Caution that this library is made for eductaional purposes only it has been put on pypi in order to shortcut some problems that the pyrx library has failed to live up to. The Author of this library is not responsible for any abuse with this library including Cryptojacking which is common amongst malware authors & large botnets. Use at your own risk.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cyrx-0.3.0.tar.gz (126.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

cyrx-0.3.0-cp314-cp314t-win_amd64.whl (234.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

cyrx-0.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

cyrx-0.3.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (552.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

cyrx-0.3.0-cp314-cp314t-macosx_11_0_arm64.whl (250.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

cyrx-0.3.0-cp314-cp314t-macosx_10_15_x86_64.whl (253.9 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

cyrx-0.3.0-cp314-cp314-win_amd64.whl (225.4 kB view details)

Uploaded CPython 3.14Windows x86-64

cyrx-0.3.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

cyrx-0.3.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (549.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

cyrx-0.3.0-cp314-cp314-macosx_11_0_arm64.whl (248.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

cyrx-0.3.0-cp314-cp314-macosx_10_15_x86_64.whl (251.8 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

cyrx-0.3.0-cp313-cp313t-win_amd64.whl (227.0 kB view details)

Uploaded CPython 3.13tWindows x86-64

cyrx-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

cyrx-0.3.0-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (550.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

cyrx-0.3.0-cp313-cp313t-macosx_11_0_arm64.whl (248.0 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

cyrx-0.3.0-cp313-cp313t-macosx_10_13_x86_64.whl (251.5 kB view details)

Uploaded CPython 3.13tmacOS 10.13+ x86-64

cyrx-0.3.0-cp313-cp313-win_amd64.whl (219.4 kB view details)

Uploaded CPython 3.13Windows x86-64

cyrx-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cyrx-0.3.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (550.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

cyrx-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (245.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cyrx-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl (249.2 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

cyrx-0.3.0-cp312-cp312-win_amd64.whl (219.8 kB view details)

Uploaded CPython 3.12Windows x86-64

cyrx-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cyrx-0.3.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (553.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

cyrx-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (245.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cyrx-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl (250.0 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

cyrx-0.3.0-cp311-cp311-win_amd64.whl (220.1 kB view details)

Uploaded CPython 3.11Windows x86-64

cyrx-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cyrx-0.3.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (555.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

cyrx-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (246.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cyrx-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl (249.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

cyrx-0.3.0-cp310-cp310-win_amd64.whl (219.7 kB view details)

Uploaded CPython 3.10Windows x86-64

cyrx-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cyrx-0.3.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (534.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

cyrx-0.3.0-cp310-cp310-macosx_11_0_arm64.whl (247.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

cyrx-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl (249.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file cyrx-0.3.0.tar.gz.

File metadata

  • Download URL: cyrx-0.3.0.tar.gz
  • Upload date:
  • Size: 126.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cyrx-0.3.0.tar.gz
Algorithm Hash digest
SHA256 d2822871494f81ac4c13fd86a952105ce41ec49f400146bd7454cb4e8334dffd
MD5 804203f23ff8f8ba36c440337445a08c
BLAKE2b-256 72f988e18e1289fcf306a37b9f57f45d6ce838e2d5778be51495f55eda9ab72b

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: cyrx-0.3.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 234.5 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cyrx-0.3.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 26751128b1fd5a1ec85f6a62b58e3e6e3c1359af0ce4e109217f113d8b687624
MD5 f70c0342a5b64d1062dcf4d643eceb0a
BLAKE2b-256 db727d8c6b22752d243052b965f0a9bcf793341dd17808686f6457f3e0280df1

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fda037f522c307905cdad880cf29877c3f618e58dad3ed70b2d0f4470b9ea92b
MD5 13997302322e69d326a5c7a1a5d0a23d
BLAKE2b-256 d2e6c4eb89eb162096b74ecb71f1f3e7989f9c930607a50564052c1b4c7104e3

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fab9a1e655e902899a4236d5065e0c5bdc839a9860b454db7e977f9ade3781b1
MD5 28d0365711412c94b215be8d0d03e07f
BLAKE2b-256 8a2d5985c92430512c104892b7ff6a4c1e23f910f60be18337ac7be1921d5ec6

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8ea62fc4b1efb4287c43a28dfe21c0d08d34b2ee33400969908534a901bdbdd0
MD5 76d70385756316da9bbc5819db14d0fb
BLAKE2b-256 e68eb5a62280e80d950cf12917868dd52110cd8b62ab0709a9c486e6bc81e9a3

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 93f08c38e3a644de3fa8c522d22f9d331cb084210c08ff72dce4e85a10130c84
MD5 b5a3732c72df6866e6cffe3e9e32721d
BLAKE2b-256 59403d3e1da289acdfc0ca3d27a07d908abc51bd1f799e1dcbd79ed59c000701

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: cyrx-0.3.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 225.4 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cyrx-0.3.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f9c3a39049d928162afc0af84c95c38bc49e6614ef19b3aa6e277fb51d4a1add
MD5 9c948a92a778907b196f2dabfa457cc8
BLAKE2b-256 feafad5f0e8f8504224bbf9ad8f4f8309e516a958e6546c7a6f837e12542e2c5

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd8f0f382ed50eb6d7ef0c5d5009ae7f6c2dcc911afe2ece902b00b562da1418
MD5 6b4865383c26041569608e35b796805e
BLAKE2b-256 01c6f7b448ebd4e3f6f0ae5aa5c8e6fcf4d709926ce1ca8f2236237a9aadf5e4

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b6dc1c61f11b5bdbe933230c6a7715e232d5addff6689e7b785a27c5363ba095
MD5 747a11428e6e04dcb31a7bd98de81efc
BLAKE2b-256 7d8a59cdc124a8e68e7c676ab5f18681b165cf6d4a269a85c4ff67877132e472

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 58e7e5bcf0b9cedf9d40881e38b7515b7adde24133fd8d023d3f13fbacce32b2
MD5 518d393791c7130b3db70ffd8da0a26e
BLAKE2b-256 6d40be35d2242c4bb203492a095f5a4ad199e8f1957ef0f7eceb1f7cc386f915

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fdc6fe593e5bc5a2a4623ef79d53bbad90e250394b5abe048c6c6034e514db9d
MD5 4a2a16f9826032f0f6bdda2cbae835e1
BLAKE2b-256 176a50873d5b500a30858b43eca204ddc38fe87500052d912ff0ebb86bff8164

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: cyrx-0.3.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 227.0 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cyrx-0.3.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 c514d61c1115bbc181fc399793faa5ca192c128c922cdd6d6dc40fcfb31dbdde
MD5 cff2fbb829220e7d331d6cbe1aa0c3a3
BLAKE2b-256 687cef9f770d325477b10bf682123ca4f4949bd008cbff8289f73362420e74c8

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3801d12bf72324a69ca4b4dc8b3141cda6348af2ada1d44ae4e8e170c3b30d15
MD5 3837bdbb80c199685a77b332d5d52d72
BLAKE2b-256 085d5d536a8f20ed171b96d4ec5f719e6faa9e09f20f259a977c7fb8634c570f

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 647b788257ba68fd0cbcf6204bc35be6c1b8d933f812580a9e7b7d23b0d2bfee
MD5 8e50532ad57d231d96b4affecce2059b
BLAKE2b-256 e4a86dcb3d251f8e29e4e55a5f354e16f78e3a820211c4245314aecf5b1caae2

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6caa3287ffb4839048a05c3f29cdbbaa62eae5a9fde2cfa18200dd681de57def
MD5 ba4b071493c9c101274bc724a8649141
BLAKE2b-256 460a62ce251d3301949e4a50d88ea4d2efb4d6acdf5057300e65d67269c422d6

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp313-cp313t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 79dcf85906d552a4c0351b702e119c24ed2cf77b934804beaf3622919d0269fe
MD5 184d0bae73edaf1353dbe9dbc0b027fc
BLAKE2b-256 7c18bfdee58562a9ad5dd9cbb96148ff56f4a1cf9fec5b33977726947704a528

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cyrx-0.3.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 219.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cyrx-0.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a46d4a7aec10e779d746d1b531876b58a7dcfd15ff5883fd553af8411bc59eb6
MD5 aa80a570266f8f6378e0f6a9195905e9
BLAKE2b-256 f6155243368dee90d965e5caa080795df6f148cd65acfecc324568644d5c2b42

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e8906ecfd04cca2efb42ff7f0e16eadff037e9f8431f98f5a6a739f2f6de53c8
MD5 3063f7b3650ff51adbe56b733233a49e
BLAKE2b-256 3930420cc08bb2f6d103f58b8304edb7abc3d1e2cebb313c86088750c9c7735e

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b8ad9cc381ac409fc6971f728e517fca103ac9ce5159c48c1569b8aa0e4a82f6
MD5 8c252b38fb72d87b1d3a81f39b6f6bdd
BLAKE2b-256 62cb75f6122f124e1a6d1f8058b4ca0ae2ab34532647cd039c643beef54594ee

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 38eaa6bae8fee8f96f9a95973cc31422b66ecf58f1c9e5dab026ea842e9d082f
MD5 59a4cf8b77d82ce5c18a13b6660adfb7
BLAKE2b-256 22125907ba9b3bf925cc4c9b4d424d5027b9a39b2709b9d24d7951490443d335

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f7d37df22dcd7b84be18108201bee136c59460540b87ec9a9ce0ab23ec957d1c
MD5 d610ada775249b1a98d414d07705226b
BLAKE2b-256 299ef3ba6e4c69fee8ff2774b59ffd077c4e727c371bb7b35b805ee059304c54

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cyrx-0.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 219.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cyrx-0.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 90562e077f2f923551b405bd0fc46e51e6395befca52fba128a131c43865bdf9
MD5 660cfc2df90e89c1d917c5db3b5fb4e0
BLAKE2b-256 1ce97157d568423d9fbd2e3ecfd28c0d78cfb773171c3d1283534664f74bcc9e

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9951e94ff39a4ad3e1b68d4050a6a09d86100c23195949d819762c129889bbe0
MD5 07736f53e093d9da209cc9a3c0bc4920
BLAKE2b-256 fca8b3e8f339de13c5913bdab54fbfb6df016b3a19b69789f3182f8c3c4fc7b4

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3fd86f6891a51985e7dab76d22c918c3bb9b521a6f0948af39ac366988c937fe
MD5 47416c71228223e55aec960c963a2dca
BLAKE2b-256 ff111b953ff589f90fdd340b36404c7dcba6cccf903df0c99f213fcd65c6f564

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3248d8f0c587a7da995cf951cea59969cd1516cab158a3bf261c2979f059a5f
MD5 0b3e73bd2797e00674c4321c7ddf76a9
BLAKE2b-256 48f13187c9c32aa2501bd22509726521f5fbef874f2eb1e003ca3add4fbdac35

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 51a0cf2e3d1f3a165822cfafecad86a1673d33f42781659133b9a059e83a3790
MD5 786ec31c36bdc78f3fbc41b707dbf93a
BLAKE2b-256 241c0e7696b23d3f0d95c1e022efe451c29f5a93097edd009b04db9fc93fd0c8

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cyrx-0.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 220.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cyrx-0.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dd6f7405378800947ba06234deb8d55d6dcf031d26d3d7b0b3687de1739df0ca
MD5 f419f949f13fdf142cd974a49fa86bc2
BLAKE2b-256 15f22f4df2252e386bdcfe2c65ae49fd220c37d6e3deaf527a3c913ab3f5c2d4

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bfabe30db2abba92b8d2fde9f21f1839b60c659513ae1cc47f9f90dc2954120b
MD5 d2a59515a41ccff2bf9b7ee017694960
BLAKE2b-256 5404bcae293da612239af19aa392f20fe3e4fda72c8e50856e77a4d31e96bb76

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cae1360e45984fe604a0e40d2558fe40098034da2cb3c8aaff17dba09857b406
MD5 1a2f8241ee972055664ae1b8e76b4b23
BLAKE2b-256 ac5f77e130748b0a75199ffc18d542f18b5a9a5845fb818bf3aeb56c68f1de74

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 84517640734dcdfef9fec73784ac17cb96b99792297662b3136c3ea1eef133bf
MD5 9a508fff7f7c592c55b44c69403f6bbc
BLAKE2b-256 54366d45228b6dcfe9f5812286675f4d586e7d85e3d97d2482e3a30599f12832

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 45273422d8b1e2a3ca6110df2ec97e1d9f3193635728c7c4cd6eb4d2c1d2aa63
MD5 925036dc009b27bae12279800a8b6a5e
BLAKE2b-256 3f06866492992212a42e9425f17298549fcc63175ea0116aa82a592ccdff70cd

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cyrx-0.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 219.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cyrx-0.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c031b2411840b1795e9ade094d609130c3a600b795bd2f7765a11a6b5de09d91
MD5 68ab664a6c8e2bf743387ddbc2d3013d
BLAKE2b-256 98aed8567bf8415a8a7286b9ad8a17c5c3384ea0cbbbcaa6dad368b47878d254

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6f137ca249e28aee5a63bcb282c527daf39fd58e646f1fb062159f4e2fee856a
MD5 95770b4757e3173e273a138d04ba0575
BLAKE2b-256 35e801ea5179f42abf7bec320bf87b81497a6133a7948fbc63ff7ae56f72f371

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f6d1a1e67dec45d2a2ab805188f5529d146f5f53b6a9e81ee974b6232347e8a3
MD5 99825078fe963eeb98a39f950412fcc6
BLAKE2b-256 49fb42bc812d8a63b2fbec2d103dc5f2855427aa4ba825d199b571285a7e4279

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3443d1c4cad39838edb8370909c52a5641aaa09c5c052e4fa749e917c54d4318
MD5 2d25290fdc6d39d4bf63226c20710255
BLAKE2b-256 6427e368082201b279407432e3686e61a5606946b39ba42da0973a0e10c4d638

See more details on using hashes here.

File details

Details for the file cyrx-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cyrx-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 79010e5a44ff1d3f18f8da9e69d2301a4fe809ce8bf49d96e17ffcec70884c04
MD5 aa8785239c4b0b5f19a2395003266bf7
BLAKE2b-256 89d2c258dbcedd4966da54dfe6c0853f2f8355865a32e6b4868ee118abe6d322

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page