C/C++ implementation of Meraki - the Telestai Proof of Work algorithm
Project description
Meraki
C/C++ implementation of Meraki – the Telestai Proof of Work algorithm
Table of Contents
Install
Build from source using CMake.
mkdir build
cd build
cmake ..
cmake --build .
Usage
See meraki.hpp for list of exported function and documentation.
Test vectors
Optimizations
This section decscribes the optimizations, modification and tweaks applied in this library in relation to Meraki reference implementation.
The library contains a set of micro-benchmarks. Build and run bench
tool.
Seed hash is computed on the fly.
Seed hash is sequence of keccak256 hashes applied the epoch number of times. Time needed to compute seed hash is negligible comparing to time needed to build light cache. Computing seed hash for epoch 10000 takes ~ 5 ms, building light cache for epoch 1 takes ~ 500 ms.
Dataset size is computed on the fly
Computing the size of full dataset and light cache requires finding the largest prime number given an upper bound. For similar reasons as with seed hash, this is computed on the fly. The procedure used is quite naive and forks well only up to 40-bit number, so some additional improvement can be done in future.
Maintainer
Ahmed Bodiwala @ahmedbodi
License
Licensed under the Apache License, Version 2.0.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file cpp_meraki-0.5.2.tar.gz
.
File metadata
- Download URL: cpp_meraki-0.5.2.tar.gz
- Upload date:
- Size: 45.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2a7d9622d752f0a83a63044ffbceecd8e57f54c5c0f797372af3b1f61347595 |
|
MD5 | dc7fdd0d11b26d9d2c0be7be0ce966fe |
|
BLAKE2b-256 | 627e4c3cb800dc98eabf038f7f3651e0e2b6eb3f084a09a256b8f51681b1ff2c |
File details
Details for the file cpp_meraki-0.5.2-cp313-cp313-macosx_10_13_x86_64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 23.6 kB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2859d7836a392bc2ff670ba0f8bea0eb6a0eb7374a60bccaea1d0b29d4d62337 |
|
MD5 | 9a5aecd6d6edad6eb3abbfc6b26f61d2 |
|
BLAKE2b-256 | 8ce4aa2cf5b1651390db5ef310e602a4c4b2f51956801f409c0846e4c40fc123 |
File details
Details for the file cpp_meraki-0.5.2-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 25.8 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24429ac3005dbe0bab2374cb6241c120aca989e15fc2a985aed0c899780264b6 |
|
MD5 | a4b6078e80eade85bc314ac90820db30 |
|
BLAKE2b-256 | bdc84da0a25a362a5a313ef01fa2d216e1ea4c7d74ce885c8eabf88b5184e29c |
File details
Details for the file cpp_meraki-0.5.2-cp312-cp312-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b36a757dd3b661f1275540519194a42082570be3fcde66c01a933f3ede58d49 |
|
MD5 | bd37b911ebd212dd2dfc83fbaf1f4d7a |
|
BLAKE2b-256 | e8a9ec1ae0a4dc5d354376ba173a0a28b2d807682094f344b5ef0de01b8d90b4 |
File details
Details for the file cpp_meraki-0.5.2-cp312-cp312-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 983.1 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c93be133e8a96a2e59132072bece59bed08109c4eb402ec3c97acfe80a1263b |
|
MD5 | 3790243c41d5a80af910111ede0f9554 |
|
BLAKE2b-256 | 2a28fcdce9ff11afee7da4c1fc4d8da8c56217f79d57e5c0ba0978928900fcbf |
File details
Details for the file cpp_meraki-0.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 40.9 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b587a141531749b9f7fbfb81d3b548b633d2c6ecc6430954085dd18f1124e65 |
|
MD5 | 6aa1a21bd56ed4e2574dfc28cab0e99c |
|
BLAKE2b-256 | b7dd382100f8aa92ebaccfc76d8697e7db0092b9af1cedabced882b96bd937d8 |
File details
Details for the file cpp_meraki-0.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 41.6 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f78a70f8c99eeee5ef94d756ff47e28bb56c3aaaab1beb849d63f44a47be63b |
|
MD5 | a949834f97dc8b274c606f81a209141a |
|
BLAKE2b-256 | 9f2871252d5187e0400c7191b5ee2d68c61db51ec21ebef5d6929e17baf5adef |
File details
Details for the file cpp_meraki-0.5.2-cp312-cp312-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp312-cp312-macosx_10_9_x86_64.whl
- Upload date:
- Size: 23.7 kB
- Tags: CPython 3.12, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c01b361c2297a2c4f2f70dc74d95a5bcdd623b459e370dfa1e1e27508c3cbc49 |
|
MD5 | bcd476368e2492113b02491cad609240 |
|
BLAKE2b-256 | 9cb3751fda76cefb0bcc2cdd94ea23ce538c50df3372b497f9fdeb824ab872d5 |
File details
Details for the file cpp_meraki-0.5.2-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 25.8 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 085986dc2259bacfc243d5a34f20706b5de0a8583e8471246e68dc0c4f2922d3 |
|
MD5 | 055c00c25717126ff44b8a3b269ed711 |
|
BLAKE2b-256 | dbca395d75bdabb8fbd40f91e617c46836965859599013b5cbc707599d3a5b1a |
File details
Details for the file cpp_meraki-0.5.2-cp311-cp311-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1810339a645535b13dde06e8a19818009196c47e1e2ac5f41e593890c70a9d6 |
|
MD5 | 123e5f9fd7358ef4ddbc518237965319 |
|
BLAKE2b-256 | 0592653916c6f9f1888e7aa192b1df94ef954f63e6fe02f7748dabf94b51c7ac |
File details
Details for the file cpp_meraki-0.5.2-cp311-cp311-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 983.0 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6393ac8d125c5bba9c8de632aec35e2de2ccba757b07c491ac991aa576c4ba48 |
|
MD5 | 2933d53e73f1d0bde6119ab09c7ff149 |
|
BLAKE2b-256 | 75a8e71e4766b19b28fdab638f6c5198fc8920d35682d2c30ff6b12a6b92476e |
File details
Details for the file cpp_meraki-0.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 40.7 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5646b93ab81cc376c6853c28296992938650e2a183b16885dafbdb6db9c4d60b |
|
MD5 | 355c9df5576efe50a2c62b71580a2386 |
|
BLAKE2b-256 | 17b7b66e504764292a76a5004e8cbe1a293eff9691bfecd9a3465bcc0ff4d9d2 |
File details
Details for the file cpp_meraki-0.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 41.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2454639a478735032f02cdbca6678408f178413a57d05a93e8f51b3db7e22977 |
|
MD5 | be70bac010f6bb2cea9370d7aca68ed9 |
|
BLAKE2b-256 | e826aec89bdd5a16a1975c32784b7cf2a2914d388562726bce31d0c95bc46285 |
File details
Details for the file cpp_meraki-0.5.2-cp311-cp311-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 23.7 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04c1a6ebe41d9da6ef80e094a8553a6727186ad9bc72905364031c8cab1863b8 |
|
MD5 | e75c5cda3ba40ba967da01050bfd3bdc |
|
BLAKE2b-256 | 42cdd75755c8aabf7697f1e400ed0c2d5339c5869752143d7436ebd96912cf64 |
File details
Details for the file cpp_meraki-0.5.2-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 25.8 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9393e1b1eab30738ceaf2c20cc12ccae1b39d3fe884a8f55ea83ecae341ea137 |
|
MD5 | f0096fce00cbbbb24430a7633ac8bc18 |
|
BLAKE2b-256 | 51046b0f89c24d082fc1e5b60e29abb61cd917ca2965d0ea8816758bb0146b8c |
File details
Details for the file cpp_meraki-0.5.2-cp310-cp310-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79bdf30902496faedc47d9c813ed1097d827ecfaebea3fa7dd16602bc2f57333 |
|
MD5 | 2bf7cf0856b5c374da7ea4db407f9c42 |
|
BLAKE2b-256 | 617fed2c8c3cecb5ea080fc11e2b2543f807d9b04cfd6912cbeab884dfa26564 |
File details
Details for the file cpp_meraki-0.5.2-cp310-cp310-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 983.0 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d4838eed7ac4016ebabe0e7a224cf26608eca149a4367361ae591b749f3b44d |
|
MD5 | a6b92f8196e23e0cdc05c690ae42c431 |
|
BLAKE2b-256 | 61165ecb79bb0616b235f634ac10e58ddc03f6710f481661c3f44532bf0ccf16 |
File details
Details for the file cpp_meraki-0.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 40.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43759037b9eacd4173da5ec4e02d42e597b8fc5bb7ab2c99dc4e656b4a0aafed |
|
MD5 | 2b03e75afeb58eb5d970a87a7309ef8c |
|
BLAKE2b-256 | f0221f9ed452dce5150b5ed723800dd76ee250a3224b6252c0426ebda5fa5b18 |
File details
Details for the file cpp_meraki-0.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 41.3 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3b41f43daca5be167ae574ad4a328505760afc7cf9f0e6962e277477f50cbfc |
|
MD5 | e1c9bd5dd670d4cbdd33cf87b650e92b |
|
BLAKE2b-256 | f70a7e3c81024f6ebbb79c51ecff427f020215f90d297b2fd62b9bafe2b44a30 |
File details
Details for the file cpp_meraki-0.5.2-cp310-cp310-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 23.7 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac729863d4115ccc2c8fc77c66b6b71ddbc4960fe4ca8d5a034c26340cc8182f |
|
MD5 | ec30c871ebd00e2e4a12490bdcd17e73 |
|
BLAKE2b-256 | 16bab62b42676562af6357082a926b59524b6db9ee7b0d9f03fe93c8dbdf0b53 |
File details
Details for the file cpp_meraki-0.5.2-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 25.8 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c1de863bb08cf1531d4e6c2d2bd8aebaee6afbca295cc72e9d030ae4dde587c |
|
MD5 | 5071d3bc374443d487650c26d1bf5912 |
|
BLAKE2b-256 | 5af843142ad09dd5e6eb53208c1a5e97a84d3f43ce49817a8a4f26a6858eb60b |
File details
Details for the file cpp_meraki-0.5.2-cp39-cp39-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f04e00a031fb412c33f35f548da2ec3f7548e17ef971334b2f26432a7f74be3d |
|
MD5 | 7f6e93a2d583f4d7ee621cfce4e8d980 |
|
BLAKE2b-256 | 11aba766d9e2b0173c8f12273a87247adb4c8d0d829879a6fe496b814479249d |
File details
Details for the file cpp_meraki-0.5.2-cp39-cp39-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 983.0 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ac6b3b9f4239f276e1748ffa30e1df6dc64ab0f4dd5ad618dc78af91c05553c |
|
MD5 | af7af247d77f28b8977fec3ce27702e7 |
|
BLAKE2b-256 | 13f867ae65c6aa630f7d0ea6e94fa738e201de05a7afe88b916c8d48d7d4fe43 |
File details
Details for the file cpp_meraki-0.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 40.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d77f73b2508edf97f3d6e5bec7162aba821bdc15384f18791524e4a96d049899 |
|
MD5 | 6a4f01017bb735df8dde0826fc36a0b6 |
|
BLAKE2b-256 | 9bce722e68e2c15590f5fb2679730216ae8364d7cc6082b43a353d8d70f20327 |
File details
Details for the file cpp_meraki-0.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 41.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2cfced4e63b853d419bd22ffa8f4d6386e87feadc3baeb977b4a85092ee2f07 |
|
MD5 | 5c769e06803ac78880785c83c7210c12 |
|
BLAKE2b-256 | 405da867493c90668ebe589547ded5c652c09f13572ab23b895d4f27b49ea6a2 |
File details
Details for the file cpp_meraki-0.5.2-cp39-cp39-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 23.7 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 528e21734064e49969d7ab85eb6151a754d236ccbb02b435a0acd129f9ed6012 |
|
MD5 | 776167efd6a2398cf59eca535d41e631 |
|
BLAKE2b-256 | faf1b092b8bb34398e850e650aa0b3122e6878d330990a3521b249426ab66283 |
File details
Details for the file cpp_meraki-0.5.2-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 25.8 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6260c8ae1c33ea1b532f32df0f8e73463b97a1dbbcf530b0413c6ed7f8a3abdc |
|
MD5 | 9a459f209182f2931a5ad0ad23cf2653 |
|
BLAKE2b-256 | f2b154bd79d5a334c8ce918e4155f1093a30dccad77714ada0d093a007465dc4 |
File details
Details for the file cpp_meraki-0.5.2-cp38-cp38-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 904896d5826f0aaaa0d8a4bba500080ed3e80d89aa3f6e21df4866b19a44bb48 |
|
MD5 | 4f3713588328f8c167a7e8235d22fabd |
|
BLAKE2b-256 | 92d66620fc7b53c131e08a690d12ad18ebecd3ee40bd278169d0904f99103e9a |
File details
Details for the file cpp_meraki-0.5.2-cp38-cp38-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 983.1 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9837cdf750eb8281f3eefe625371837a07bcb220df84ae2bf0f526e3de78b2ab |
|
MD5 | ec544262cf8d88bccb1f6e98aa55c469 |
|
BLAKE2b-256 | f1270c8f0f260cfb4388320ba68d071d7b886da8172723c472688d3dacb4cd3d |
File details
Details for the file cpp_meraki-0.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 40.8 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7187637d61608927d0beeb8c92f98a6845810a2246f15f388cb156fc350ed228 |
|
MD5 | 18d00c2f4a93cea7e8b538265f34fffb |
|
BLAKE2b-256 | 9f96eceb88071e3a6f1ec66c0b55846b80e45b0d2610a472ad6cad9b144b18e5 |
File details
Details for the file cpp_meraki-0.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 41.4 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e86a4f086f07b853c71b151337e9dceaa2789e1e267093cf9d1dae65edaf170 |
|
MD5 | ec8ccbb07f3b59bcad6b984568ebd348 |
|
BLAKE2b-256 | fb9b98852b9341d78609e459d30c4d5e5047437f21d4aeb6ff450205420c431b |
File details
Details for the file cpp_meraki-0.5.2-cp38-cp38-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: cpp_meraki-0.5.2-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 23.7 kB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02b0910b7c6f7fe1c6532e11a954fc593543f61396f35fb196af3c498ddcc4aa |
|
MD5 | 6a60c2bc4f0b604b9d862b451cc1a4ab |
|
BLAKE2b-256 | 3c09351faf37025b82eb2d5bb2c1d3d1f17adf49fb81b085e7b46903b3a489b4 |