Skip to main content

A RandomX cython binding for python.

Project description

cyrx

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 Crytojacking 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.1.0.tar.gz (96.0 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.1.0-cp314-cp314t-win_amd64.whl (186.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

cyrx-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

cyrx-0.1.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (467.0 kB view details)

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

cyrx-0.1.0-cp314-cp314t-macosx_11_0_arm64.whl (199.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

cyrx-0.1.0-cp314-cp314t-macosx_10_15_x86_64.whl (202.6 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

cyrx-0.1.0-cp314-cp314-win_amd64.whl (179.9 kB view details)

Uploaded CPython 3.14Windows x86-64

cyrx-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

cyrx-0.1.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (455.5 kB view details)

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

cyrx-0.1.0-cp314-cp314-macosx_11_0_arm64.whl (197.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

cyrx-0.1.0-cp314-cp314-macosx_10_15_x86_64.whl (201.1 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

cyrx-0.1.0-cp313-cp313t-win_amd64.whl (179.4 kB view details)

Uploaded CPython 3.13tWindows x86-64

cyrx-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

cyrx-0.1.0-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (464.9 kB view details)

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

cyrx-0.1.0-cp313-cp313t-macosx_11_0_arm64.whl (198.0 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

cyrx-0.1.0-cp313-cp313t-macosx_10_13_x86_64.whl (200.7 kB view details)

Uploaded CPython 3.13tmacOS 10.13+ x86-64

cyrx-0.1.0-cp313-cp313-win_amd64.whl (174.3 kB view details)

Uploaded CPython 3.13Windows x86-64

cyrx-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cyrx-0.1.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (456.8 kB view details)

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

cyrx-0.1.0-cp313-cp313-macosx_11_0_arm64.whl (195.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cyrx-0.1.0-cp313-cp313-macosx_10_13_x86_64.whl (199.3 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

cyrx-0.1.0-cp312-cp312-win_amd64.whl (174.8 kB view details)

Uploaded CPython 3.12Windows x86-64

cyrx-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cyrx-0.1.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (458.1 kB view details)

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

cyrx-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (196.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cyrx-0.1.0-cp312-cp312-macosx_10_13_x86_64.whl (199.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

cyrx-0.1.0-cp311-cp311-win_amd64.whl (174.1 kB view details)

Uploaded CPython 3.11Windows x86-64

cyrx-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cyrx-0.1.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (444.0 kB view details)

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

cyrx-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (195.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cyrx-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl (197.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

cyrx-0.1.0-cp310-cp310-win_amd64.whl (173.7 kB view details)

Uploaded CPython 3.10Windows x86-64

cyrx-0.1.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.1.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (432.5 kB view details)

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

cyrx-0.1.0-cp310-cp310-macosx_11_0_arm64.whl (195.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

cyrx-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl (197.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for cyrx-0.1.0.tar.gz
Algorithm Hash digest
SHA256 31090d8303dd35c72ad583b8f5575c5ea4f3a91da28483434ac6950f967ec66a
MD5 2e17e5ba4d06c62d9021876e585e04a4
BLAKE2b-256 1da7c164f9f48856a236db9a12b34e85b1b98c4a7333c316c67ae68923decc9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cyrx-0.1.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 186.0 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.1.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 f202331f4776859b24cc27d28908913044f4a3be0979f8e62ec79f181cf59e19
MD5 85d799a6d571db4c3b13fecc76938fdb
BLAKE2b-256 18a98db5afedca2182fb5a813ab27ca8eb727d8fc734f4ddd2777c8d5a5faa87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a45e65e366fde015ce8cd11db0fda57febec975cbaa75c37dc91df5e7195bb20
MD5 5f8422aeb4e9788ea86583f6f7f11069
BLAKE2b-256 4cd09dbee8a3ff98f5ec5dffd4100f5e6cff81a0f95b1b1f515c220367561820

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1d244b49141fd6854a0e9bc13c2f11a7bfa07603fd5b3831283d7d380b53a432
MD5 c74ebe0ad288b0c17730ff4ebdc06f74
BLAKE2b-256 38249d928824faf73ee6c160c2bc5cdafe1fc0f596ae15878655ef80d6584637

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e27652daf1fe4a9e2045a0638c60f9ee4ef4405387a85ec80cc4ac4587baf5a
MD5 c59d7c8cac224c94b9479c7e68c26c6d
BLAKE2b-256 75a6cee65111a4c7bf3815d87d0aa85d6a8600b2f404f0eb8bb5ac42443deec3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 14f667c5f3545f07c4cfd6c2dca18adb656a8c5bbbbb0d73f45d25b5f3601015
MD5 8994d8868dbd6ccab5e3110d47cc9a16
BLAKE2b-256 3b96f7c589efae884f0c9afb49f77630d67478b313cd1ee7ce27e93c039492da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cyrx-0.1.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 179.9 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.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ce3371a3a3790b0eac240e89ec8e95e475d6312d57b72e011cc529b36dfc977d
MD5 10aa2ffffd8acbfbec74f97ad9474d58
BLAKE2b-256 4e80f40d84e4f4e1883706873da641d1665d687b76bbabd7279de383814f4780

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f47b8b1fc8b948ffa6925d681df8cde292fe845f67dd91c760f3e8aa80c0ecc8
MD5 5c4718963c9624355f4de1b889c131c5
BLAKE2b-256 b17a99ffc36a50f1d3bfd39bb151b4ea18617ed0366297fc7fb781653147c499

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aaaed1698aa73bedd9bef4a59ad10a7ff7a6ba75d18d1a042b296d5c9248c6e1
MD5 ec423a70a8f521596f145f34d0871a16
BLAKE2b-256 213aba389fbc6f37d838c1b884b30a456c1139ce3c7cbc1aef1d62c0baf52cb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 39fb07bf424de290e6f59bb63615491908a106bf7eca5a8d4f3453a189c9e62b
MD5 19a6321344fc7c880f714e9731bde241
BLAKE2b-256 0efeb67a6919f75e028d31a5a45e7230dd88ec747a1e167333efa223482859ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1c0600506debeacbff7cbc6467c44663342827d298a3ca53e30f4415993c18f8
MD5 714b984c71364a1980fa158fc86b1212
BLAKE2b-256 b8d3eb349507f18dcd186fef145129e0c7c10107b324e8e2ee5cb379aa86645a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cyrx-0.1.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 179.4 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.1.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 c96c83d9f63cfee918f7aa48eb3e51ac8131a5318a0e6b072dd9de616a2a46d8
MD5 b9550d8c600d98010ff01e8cdb468268
BLAKE2b-256 871e62bd10ae8469bc3743641b9104392639f7536f85aefb320b702c9eb92e7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d8082829317552c4566aa375a42fb3801017ed27958494ac9633f9f1663d8b4
MD5 f4e8679c004bda56fa8b6a62be6fb329
BLAKE2b-256 f59e37fb0a0f4ea0f7c5ea085915d83a1aa47e8c880dfe1d9804ef17414cb4f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cc4b11fc65fd1f24cf39f72e53e2e2f2ad3202902a025660ce3354ee085afcb7
MD5 32f1a84ee8d7554fdff4c6b9788a2560
BLAKE2b-256 f9528deb597abe0ec3a90c9025c592f46a9ec8bc4ac0319ee077abc65bf95c91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44388fb30c0afc0ef0eb67e24ee5ba45250338f8131946a329f88b6671e062f0
MD5 41b2a77ec2246b2968bc509506a74600
BLAKE2b-256 92feaf8d1277dd08c854e96895d1b6187c3dbfbbc1cac9e4d32940ecd2f35304

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b09a33461f5cbb5d00d9c8d798eb5d86092a2d27f1a5f918bfca0c85adfc3049
MD5 fd6a9f6a55f842db6fd60f5d5b4e7074
BLAKE2b-256 f94ec0ba26ea11cb518809873594360f659c6eba584bb730b022e34489847e1b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cyrx-0.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 174.3 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.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8e5582500410a7e7276bd355902dd49af714abb6e884edeec27a6b1e3141b98b
MD5 be01ec170f2b76775198126e08d8f372
BLAKE2b-256 3372fd242095dce72b7b3d5bf0d09b177564ae10a557ca8ebac72edfcc063224

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c241f481ba9e767183e5a8ee63afb89a521c9f84617f77cd857096bd033f53b
MD5 ae8eb4a1ef9ea76f75aabeedd0d4e9ab
BLAKE2b-256 9cf41d3a11a3c6d0e02036d7a0045372122d6c07637ff253e1745b5d3715667c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b664af4cf6c235225dfffbef8ace2dbd0e9ec287dbe6223e0dc18b04917ddb40
MD5 ba81f96d068ab3f7df0f89841792deff
BLAKE2b-256 655dfd40815215d5e20e621a758ac7a320c74b240233455271c72059ebfa2d87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c5dbeffdb3c0500e9353341fa5bcbf99849aedc29a06398c0371070dea7e7702
MD5 d997bdce6f3172e2f4a13bcd8e1e606c
BLAKE2b-256 a409e3eabb6acca9fce15ae2f2032b8da51631c09c2da236542fd353c3686482

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 70e86e665e93f0faa37cc65aa900dc74d446a035c973c01825ee7d3a2e1fe356
MD5 27afa0f80b7a243d019879ac01eacf80
BLAKE2b-256 65253286a92933a6735a9c2c3b7a0c868832aa9108cffeb395a6dc0dd8e44e21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cyrx-0.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 174.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.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 46eb1cadaaa946b9ff0f1a422572aacabc0ce5b07e6058d1d30eb5c0a03f3cf9
MD5 d1f24f1886a36353ea17335a48f3ddff
BLAKE2b-256 494818e6aa6a951e799c553b2de06c16bacdf0d07d5dadbb183448da093f4ca5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d1e0a8e1e7ff2c2f7b8e8cfc4b986488477effaeffd8516f79809307123b33a
MD5 c27eafbae19262b7c6e38b31a0e9574f
BLAKE2b-256 865190c16ebb9f528d78330b3cea237fe5991a11d2aef180e50d3c37ee4bd5aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d6a6b03d3fa7df3d514655a7a676640bbe2f0f184919827c2c798bf2d8aaefeb
MD5 2b895aa29e4b81cb4117fd4da33df558
BLAKE2b-256 c69e29b7e5f3ebadab23be0bfe07371369a223c1e4b6bc7a4b5cf6648b397f80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 569a9801422cac978c142a56792fd5f742d6296204c6e7f240fb6e3d7df5111e
MD5 18be3f9b8eb67b7ded2036f1e551d034
BLAKE2b-256 25ac4605cfd80c267175bd1093ddaf4674fbff677de409955ef627774e3f25ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ba037a1e966fa876fba3179cc1fd27afd793e653e35ee9c60b1f17bb0b3b0d39
MD5 54809091800c3f396dc864c0851b08ee
BLAKE2b-256 34d9c555047d3d61f4ef25721831f114f40f815df042772f767f1b275f358569

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cyrx-0.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 174.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.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b8c039d1bc3bd091899465656f3918cf8c8c799f94ba7c51a2506b16af21e3c2
MD5 1b1e01198182bb4c8cb4f400f4dc3693
BLAKE2b-256 39b93b727ad13a9f48578f9565d4b87369ad72c3b0e1670a7c345b2d562103ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b7f94ed9f1dda1086c2cd5d2a62df82f093ecea7a98020cc662c38c271ba65e6
MD5 1599d61977c644918edfd760b9dbe75d
BLAKE2b-256 d3913d3a3818c9c5f349c6b49d6d8d8ca644b7d136a33851609b9b3705cdce97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2fced7cda549cbe5ce79457c00b2c11069e436566ff5defca774f55a53b9633a
MD5 411cafe2826e058ea317e0a7dce33c1e
BLAKE2b-256 0ee373f0c24c3d8df32bdda3baf953982c90bb1950f6a397f505f660900283c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 52dfd25eba88e2d13b2af2b9d66b993a1935403f6cb5ecf51da5583664cd7ce7
MD5 0a663bce7323131ba335741b2bebb0e9
BLAKE2b-256 cd4119cea3ec12278d726531ed26c65999ba3f787b97728e48b038a96132cd40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4a5d0a352a77c2bbd90cf63ec8e3275608c8825f17e4ea14dd12e485b16e1d87
MD5 2ff2727cf02cd0d32c6a45c01e6abdd2
BLAKE2b-256 061355a7c0d0cc2faf1c6e13c3959159302c907b2c1b620246455b1e77cab219

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cyrx-0.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 173.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.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6d0ae77a92f04af3afaaa8c907147619cfc27bb9501852fc0da508e2e47ee384
MD5 ebd1a1e42931d19f89d8ca29e40c7b94
BLAKE2b-256 0a13dbfce89d621dd55009fd19a2f19bb5c9556394688bb775ebb13761da5597

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 71bbfe7be4fae000fe5a923711262e40c2f28b2f4ec19d185834c65c880b98dd
MD5 1855984ec11519b5e1e789b42e57585d
BLAKE2b-256 c2b47b11232dfde69481c46112236524833a3064b91527076be67f8933f1f107

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a096c0c7c50187f529c0b1b625450018a3485baf594703c8907835abea9948bc
MD5 54bfb37c5b48c17caed842d5ca9b74d9
BLAKE2b-256 e98b117573cdf8ef75a476799887fccb27a8ea0814049bc5f2c52bb65c3889fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0ca1c4b6a37bfc78ef7e32a312d2a8efb9f0db02ca7fc955ff4eb90eb74db593
MD5 1c351959890e0972fb88afa171de3400
BLAKE2b-256 c7fb8b65a2fbdf03f3a7e92ebe51413f199f3dbd3ef7b2654d3f40f5af20a8f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cyrx-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bf626689b90aa4657990a65ffb182b11ae920031f611acccc56b6bb2af5cc0e6
MD5 7c3cebeee357b2950c328a6144cd5791
BLAKE2b-256 7d5699639563bca79046d98ad86c139f9dd142db3340565208fe90f5287aa100

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