Skip to main content

Library for creating smooth cubic splines

Project description

NDCurves

Pipeline status Coverage report PyPI version Code style: black pre-commit.ci status

A template-based Library for creating curves of arbitrary order and dimension, eventually subject to derivative constraints. The main use of the library is the creation of end-effector trajectories for legged robots.

To do so, tools are provided to:

  • create exact splines of arbitrary order (that pass exactly by an arbitrary number waypoints)
  • constrain initial / end velocities and acceleration for the spline.
  • constrain take-off and landing phases to follow a straight line along a given normal (to avoid undesired collisions between the effector and the contact surface)
  • automatically handle 3d rotation of the effector.
  • create curves in SO3
  • support partial symbolic differentiation of curves. You can represent control points as linear variables, and integrate / differentiate those variable curves. You can also compute the cross product of two curves, which is relevant for centroidal dynamics.

Several type of formulation are provided:

  • Polynomials
  • Bezier
  • Hermite (only cubic hermite for now)

The library is template-based, thus generic: the curves can be of any dimension, and can be implemented in double or float and can work with kind variables like Vector, Transform, Matrix, ...

Installation

This package is available as binary in robotpkg

Dependencies

Additional dependencies for python bindings

To handle this with cmake, use the recursive option to clone the repository. For instance, using http:

git clone --recursive https://github.com/loco-3d/ndcurves $NDCURVES_DIR

Where $NDCURVES_DIR is to be replaced to your selected source folder. The library is header only, so the build only serves to build the tests and python bindings:

cd $NDCURVES_DIR && mkdir build && cd build
cmake -DBUILD_PYTHON_INTERFACE=ON .. && make && make test

Switch the BUILD_PYTHON argument to OFF if you don't want to use the python bindings of the package.

If everything went fine you should obtain the following output:

100% tests passed, 0 tests failed out of 3

Optional: Python bindings installation

To install the Python bindings first enable the BUILD_PYTHON_INTERFACE option:

cmake -DBUILD_PYTHON_INTERFACE=ON ..

Then rebuild the library:

cd ${NDCURVES_DIR}/build
make && make test

To see example of use, you can refer to the test file which is rather self explanatory:

In spite of an exhaustive documentation, please refer to the C++ documentation, which mostly applies to python.

Documentation and tutorial

For the C++ / Python detailed documentation, you can consult this pdf available in the doc folder

For a python tutorial, you can refer to the jupyter notebook. The test file is more exhaustive and rather self explanatory.

Citation

If you wish to cite this work please use the bibtex below:

@software{ndcurves,
  author = {Tonneau, Steve and Chemin, Jason and Fernbach, Pierre and Saurel, Guilhem},
  title = {ndcurves},
  url = {https://github.com/loco-3d/ndcurves},
  year = {2013}
}

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

ndcurves-1.1.6-1-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ndcurves-1.1.6-1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

ndcurves-1.1.6-1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

ndcurves-1.1.6-1-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ndcurves-1.1.6-1-pp38-pypy38_pp73-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

ndcurves-1.1.6-1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

ndcurves-1.1.6-1-pp37-pypy37_pp73-manylinux_2_17_x86_64.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ndcurves-1.1.6-1-pp37-pypy37_pp73-macosx_12_0_x86_64.whl (1.4 MB view details)

Uploaded PyPymacOS 12.0+ x86-64

ndcurves-1.1.6-1-cp311-cp311-musllinux_1_1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

ndcurves-1.1.6-1-cp311-cp311-manylinux_2_28_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

ndcurves-1.1.6-1-cp311-cp311-manylinux_2_17_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ndcurves-1.1.6-1-cp311-cp311-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ndcurves-1.1.6-1-cp311-cp311-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

ndcurves-1.1.6-1-cp310-cp310-musllinux_1_1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

ndcurves-1.1.6-1-cp310-cp310-manylinux_2_28_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

ndcurves-1.1.6-1-cp310-cp310-manylinux_2_17_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

ndcurves-1.1.6-1-cp310-cp310-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

ndcurves-1.1.6-1-cp310-cp310-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

ndcurves-1.1.6-1-cp39-cp39-musllinux_1_1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

ndcurves-1.1.6-1-cp39-cp39-manylinux_2_28_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

ndcurves-1.1.6-1-cp39-cp39-manylinux_2_17_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

ndcurves-1.1.6-1-cp39-cp39-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

ndcurves-1.1.6-1-cp39-cp39-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

ndcurves-1.1.6-1-cp38-cp38-musllinux_1_1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

ndcurves-1.1.6-1-cp38-cp38-manylinux_2_28_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

ndcurves-1.1.6-1-cp38-cp38-manylinux_2_17_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

ndcurves-1.1.6-1-cp38-cp38-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

ndcurves-1.1.6-1-cp38-cp38-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

ndcurves-1.1.6-1-cp37-cp37m-musllinux_1_1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

ndcurves-1.1.6-1-cp37-cp37m-manylinux_2_28_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.28+ ARM64

ndcurves-1.1.6-1-cp37-cp37m-manylinux_2_17_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

ndcurves-1.1.6-1-cp37-cp37m-macosx_10_16_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7mmacOS 10.16+ x86-64

ndcurves-1.1.6-0-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl (85.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ndcurves-1.1.6-0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (85.0 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

ndcurves-1.1.6-0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (85.0 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

ndcurves-1.1.6-0-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl (85.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ndcurves-1.1.6-0-pp38-pypy38_pp73-macosx_11_0_arm64.whl (85.0 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

ndcurves-1.1.6-0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (85.0 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

ndcurves-1.1.6-0-pp37-pypy37_pp73-manylinux_2_17_x86_64.whl (85.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ndcurves-1.1.6-0-pp37-pypy37_pp73-macosx_12_0_x86_64.whl (85.0 kB view details)

Uploaded PyPymacOS 12.0+ x86-64

ndcurves-1.1.6-0-cp311-cp311-musllinux_1_1_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

ndcurves-1.1.6-0-cp311-cp311-manylinux_2_28_aarch64.whl (85.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

ndcurves-1.1.6-0-cp311-cp311-manylinux_2_17_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ndcurves-1.1.6-0-cp311-cp311-macosx_11_0_arm64.whl (85.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ndcurves-1.1.6-0-cp311-cp311-macosx_10_9_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

ndcurves-1.1.6-0-cp310-cp310-musllinux_1_1_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

ndcurves-1.1.6-0-cp310-cp310-manylinux_2_28_aarch64.whl (85.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

ndcurves-1.1.6-0-cp310-cp310-manylinux_2_17_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

ndcurves-1.1.6-0-cp310-cp310-macosx_11_0_arm64.whl (85.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

ndcurves-1.1.6-0-cp310-cp310-macosx_10_9_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

ndcurves-1.1.6-0-cp39-cp39-musllinux_1_1_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

ndcurves-1.1.6-0-cp39-cp39-manylinux_2_28_aarch64.whl (85.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

ndcurves-1.1.6-0-cp39-cp39-manylinux_2_17_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

ndcurves-1.1.6-0-cp39-cp39-macosx_11_0_arm64.whl (85.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

ndcurves-1.1.6-0-cp39-cp39-macosx_10_9_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

ndcurves-1.1.6-0-cp38-cp38-musllinux_1_1_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

ndcurves-1.1.6-0-cp38-cp38-manylinux_2_28_aarch64.whl (85.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

ndcurves-1.1.6-0-cp38-cp38-manylinux_2_17_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

ndcurves-1.1.6-0-cp38-cp38-macosx_11_0_arm64.whl (85.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

ndcurves-1.1.6-0-cp38-cp38-macosx_10_9_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

ndcurves-1.1.6-0-cp37-cp37m-musllinux_1_1_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

ndcurves-1.1.6-0-cp37-cp37m-manylinux_2_28_aarch64.whl (85.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.28+ ARM64

ndcurves-1.1.6-0-cp37-cp37m-manylinux_2_17_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

ndcurves-1.1.6-0-cp37-cp37m-macosx_10_16_x86_64.whl (85.0 kB view details)

Uploaded CPython 3.7mmacOS 10.16+ x86-64

File details

Details for the file ndcurves-1.1.6-1-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b2c3220e584ae2642493af804c6a549225a30d16a735092122b227ce75bee9d1
MD5 9f6a8d7b905ee4b989cfc62852481d16
BLAKE2b-256 c80d7bf856827885fba74206eaee74b98c352595eac58d4f7618119d9caf5d96

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc4048006ac0c435b69adabb7aa84f6e128c504196e3e2d87ff02b10e6c5a715
MD5 f02ad19586cf5782876b7112c003b84c
BLAKE2b-256 59dd6d1a66f47ef018e7c439f4068b719f79cd947cb2edb0272e7fabd65457f7

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cbb2e32e1a6dc52e630ea82ff7b9753fcc4d69a97faa1f9148e54a001563dd44
MD5 e59e3b356bc6d7da48d5ef785f02faa8
BLAKE2b-256 c5d6b06f4717f6fed4d256df9758c162c5f2a80defe22f7380d61a3d08b1da3f

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 4f3d6b55e80dd3011f42b8580a994ea8a6eee9571a669328181475527d7903b1
MD5 b310a0facb8cf3d4abb8fcb0cfa46bc6
BLAKE2b-256 92f97b000ea46996ecbf635af9eec6548e56dbe1c78e6c988263d13b741bb0c8

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ea410f35e69443fa77eb0bdf1316e1d1fd9e2f8e276fd65d702fd4e230800892
MD5 5fd903ce8afe914e2b37cc0ed85b18ce
BLAKE2b-256 41935a6b981349d5a029711955094fab64ad43f50cfa4f73ea474e83d751e372

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6eaf688fa4916a7eabf63e65e1cd5a5ab8d7d288f5fab8a325510e1cca4fec39
MD5 840b9450dd31f408d9b2ed46a3da6f3a
BLAKE2b-256 238b32b4dc7444b707e3d3e333cb174b196ee00073cb9b092ab2d0f402438bfa

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-pp37-pypy37_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-pp37-pypy37_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8e7cf064e5f4cf48ca3d0828a9ba0a2fea57e4d26594dda39461350e60ed8f09
MD5 a7466b949bb32694c3e4fbfa4f5a5b7e
BLAKE2b-256 d6a5291e50d871953a3ac97670fe1a6e668ace267ede5a2d744e5e4711dc272b

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-pp37-pypy37_pp73-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-pp37-pypy37_pp73-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 92f135206c0819d55bf25a9affa7a1623ce03864a45f7d51877e5f80c7cb4782
MD5 9d18506f54b2ba44e225c4e16c98389f
BLAKE2b-256 d1ae32697133489f73d0047e55342bf77816f4566be30ea38eb4b4ce1b3d4372

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1b105863d8540b78c3ffd6171893036279044a31ce4b4639596516b3dac9a1eb
MD5 a474082570f9184485b6e75b6650cace
BLAKE2b-256 bbc913a4426650d6d36a9814f382714f13bd1e3ab55e10f4843dcfb722be9d49

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a00985a0cb83b9594d35f1729cc42dc0ed61bfae238c366d4e2d7cfa0208dbf3
MD5 379908ac37afbbaac3eefc130beb6817
BLAKE2b-256 0262a13c65ad94731dfd3a697f5943e3af02481047633b7875694f09f4789eec

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp311-cp311-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp311-cp311-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 361a53e6e68e5acdc498b32f8b1384d46e537e8175082f6eb45b135b1ca16e8d
MD5 7c1b5580f1caf251183d32cb49d036fc
BLAKE2b-256 d7572d7928cf8cd68c9c32aefff28bad90d0a6561cd4641ca789259588740410

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d73e64ceba275b1b2c856bae15b3bb54622a9c1bc4f29bfd2e6a40714fb5be2
MD5 e45fbe60ad68c630d1718cfcc47f8ccd
BLAKE2b-256 c089d1bc68dce291d786441c0215257e7de6ceb5351f83bee2fc982023ec7317

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f60f070f3dd7327fd3b0392e659de24659ea876c79cf5f4565a9a82f7c6732bf
MD5 665b8ccb9a5e694e0e07a12c3c06a5b2
BLAKE2b-256 454c019a97a8201bbc436c2206ba9ba21f7754da14f613a2780c545556dc38a1

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c930684cc2288b91045f02bc00cd507bbdb5f6d75ec46255ce49a1cf1da78331
MD5 04bd803c40c23f9f5bf9238f403db12f
BLAKE2b-256 8a825ceb29e7d6555379121e4984bec85a9482f68a79baa01a5646a58eae89dd

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0318047b361a65280323775ec280c6e6a3e8250067a0fbdc76bc5b4d98420e1f
MD5 8539797d1f775ebdaf8ee0cb5eeb1750
BLAKE2b-256 ad52dcfd3f2449123f7f459fc9f1b8ba49b386e808016013e0709a709c8ac4a6

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp310-cp310-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp310-cp310-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d223f82d8c376e295e02abd8d938b98982f2fcd5968d335c49a8cfc8ca97c88e
MD5 5743774eba6f0581d7f3dbce41c9f9d4
BLAKE2b-256 cf416fac5e41f0bccd41c797e932475798b51d2b6450ebcc0a187235b2ce132d

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bebbd0e66b37a25fda0349d69dca08a3ce9835b53d74ec92e44f8a53d324b1b6
MD5 9fd69725a17ce2d6fea567dd16f14b25
BLAKE2b-256 08dacf43335226a17787dd8e5b63546898bae6987f1af310b58125f817da8528

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 be94da0930a935689960ad053b7ff62d9e6a49b61571fad302c6d32061d300f8
MD5 d6a081091ee276cb649242a2bd45b7db
BLAKE2b-256 4b4376c2acfcabc2fed2d3290dbc5ebe4a3d2e14063c4d1f3646b0ab51eb83b0

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 72e7ef32ca5ef26e4019ebeb11496aab0ee4880c995dc810d8b55d2acbe74a6f
MD5 dd2583b03a07c897adea42e5171f2ff5
BLAKE2b-256 1a134fe181783d6318ecbf708ca47a7c2e437cc6c9f345f616724f78a2136f1b

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 59b2e5e8df1d78944954f98adef145f0fd0d68de813b909a8007fdc158483daf
MD5 30bf6e053d97eea16c02703d22ed2550
BLAKE2b-256 8e4a8afff35af4c0b51f06377a7bb228a02aaf55a2c043d2c0a791b06f90f390

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp39-cp39-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp39-cp39-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 2bbe2f6276e92b9ea4ce2900a39cadae1910cc1013a293950d2546888ba2dc1f
MD5 2d31112da870844c0515389f484996c8
BLAKE2b-256 1a2a225187b2f0d5ce3010339ba28a57075482734b749f92d3695b33da1f11ec

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2e2ef50766f18e1e0f0cc9d8d47ef71811b3247750ac0ddbaee86731641e6697
MD5 e0718acf27d9c0f8dfac0ed349ab7657
BLAKE2b-256 52ceae5d80248be1d815ca988bb1d609956791746483ccc01621d0f4fbb4321a

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 27330e7bf08f364d7dbd9e13ad0c1c8a12967c49bc2e5831128d31a697afc010
MD5 950834b79e7338950355916266934b51
BLAKE2b-256 ae43ed1230277ac2eaf2e09c8f171959b0c6170737e45ed6ad52723fca509fac

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b44d4ba5773c39582381f9a6fb924535f40a303def8843f2a6ec2cc40cf3b3c3
MD5 744eb7eb06f0750bddc5cd55158288de
BLAKE2b-256 9e1d374e87b4d318cf9eeccfd78b989700f882760810a4f7ef3fe8d173a21dcf

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 802a7acb676425fcdb6d98818032ecac6eeb641dc8860bdb6a38672e08cea2f0
MD5 abdc274082d95f06879dbd7f9c0e0a9e
BLAKE2b-256 b9033656f8171c098dd25aa19f1a24fb07271dcedc0a101856a0fa768f54f6b5

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp38-cp38-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp38-cp38-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 6436732f3c57e4ad76b2ad69129088c2410d6035452aec962af279108d986a79
MD5 b75768760e395427a0accc4565106788
BLAKE2b-256 bf457694cdd469a8914849d1adaf15aeff7200113c616a09c4480744d629ed27

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56f518b02bec44c46233671266dee7775778088ab0cb85024242283df23a9946
MD5 60f726e9e9ebebd96128ce4fb77bcd95
BLAKE2b-256 511d4f316ba02dc06d1aa129f88e45a9aa5c346cb16b81bafd8974fa56448afb

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 775b622d30455e63effce3964f67ee1b885f365f5b17a4fb56b2fbc8fb35d09a
MD5 f69d807f4cfdeeb0109f401118ef95c4
BLAKE2b-256 14bdc0ccbb8e835d3004d3e744cc261c186ae1546adfbc09fce83f2b1568ed40

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2485661a9e9292d9967980cb4cec280bd30b99c1281c1e0cb63ca5f46e3dce23
MD5 703e203de4b15b9dd8bbda583aeb5645
BLAKE2b-256 19c2de919b402f32a6c25c55e73d70531c6d4da54132b763c3cfe5ce2ddb3198

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp37-cp37m-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp37-cp37m-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d8762632793b9b2c8e3028b934513576a9e4bae200967bfbbe6a7c070045f9d1
MD5 97fe876529dfaa0918ed52687aead3c3
BLAKE2b-256 98e86c43d7ca66cd5ecfd920c0e4347ab6bfaf60c79c14cf77578d2b5321d1cd

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp37-cp37m-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp37-cp37m-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 1a2ee11cce5a6ec9a952988809be37699101c100994d665f871aada1a25191da
MD5 a8cfcad11dd80cc3f82c7f32026b1406
BLAKE2b-256 1746d9626982ff8e326abcba40275660a617556a0b295bd406c7d615025499e0

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-1-cp37-cp37m-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-1-cp37-cp37m-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 1508b754a96b0a9d8015670cc502c4d7de385ab3efa927c361997a758c0e032a
MD5 db2e2cc4c4c5211d2a7d3ff12c571d3d
BLAKE2b-256 e5c020398d952456d642b21c0adf433b1f34373d2de6f980e512ab98fda1e63d

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-pp39-pypy39_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 bf0531cc210582b5aa3f5bdea61e436b7e1cbb3607f074d9d96ea8c403486512
MD5 60faca475f74ee6cca9427ba7ec28b95
BLAKE2b-256 91cecbba0aa71c083714f6254445192c7690358b8f655b91d6c9ba6738b29ec6

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 37856b73d97052d1810ae4d1c68d1045f816c01975d85b84066c82b09ef900b6
MD5 d6987cd1bc739d8dfc416bf0cf3460e1
BLAKE2b-256 921d571e2d49a7e96bb9ba80e7fc810abf20c91cca000539e897e2fb79393c35

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 996264316f48176e97f68b836e1eabb4d2beb8cb05ab20c12c48a48177ae8e3a
MD5 f78822c1b7e219da581852ca8bcbe04c
BLAKE2b-256 6a7d05eb255e6b4b36928b02979ec2272689745205cca80ce06a4038ea5563fb

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-pp38-pypy38_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 9cb55ccc5538ee57818caed56fcf33bb418aec29e8bc4f1ac4808ff5a07d8d86
MD5 e903fcf43b5d4428783875a0659fc574
BLAKE2b-256 1e538b210dbb6770107b9ff4313506bcab533f8fc99d23b676cd078d70e18746

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 561830e060e36ae2be9b3536ba0e1a19809711184ba4787cc573d8410328aa1a
MD5 51d7644149c0c4007d35aeb761a991ea
BLAKE2b-256 70e4e244a0af16d006e2cc91c383b58a89dcb46fe2cf304430770d7054ae2558

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1f32bd824824bb9484e45ac264109c4d937a7577d3ee9d71e00d867cceb37b51
MD5 fe8bf3abe536e8b5a932019ad3d65f34
BLAKE2b-256 5b3c38de3cf20787c2709dbaa2d30a065847780cc480ed289f971f966947eb8a

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-pp37-pypy37_pp73-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-pp37-pypy37_pp73-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b8aab94978936efc66b1ad2c284d05626c81a795d0531f38d03ec752b15d38ed
MD5 d53207d382805a488ea7f922a18d9345
BLAKE2b-256 5ddfaa4ee78ec67192b65aaf9c9d42250a5b5716883e19388fc577feed829cd5

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-pp37-pypy37_pp73-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-pp37-pypy37_pp73-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 251dc5f578b66ea29f26886ef9718ac6f12050379320cc30775bc67f94691572
MD5 ab039e4164a713d1d5c53b441772f566
BLAKE2b-256 1ac35056b7ddebdd16a1807904db5ae729035cddb63fa1d9a22733a415694f77

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 af9f1e56937f1e0659a2f60ea0ca6f1ad036a42082d5fd57cb355ab1fd3c5517
MD5 2684754f2e8c927cbd93e94810afbfda
BLAKE2b-256 971f24c402ff7ca8a8c6a8cb55343b152c31915b1bab69924d38bea7d5f6651a

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 39cdd199be106c3ffc45599909ec0abaf0ad37ae845d1c3d00c0e86af9248076
MD5 c707646a62e1b25dd70c1df3d55cfffe
BLAKE2b-256 a117c22bf2681cc41d88e52771c02db03375c96ea39f189c32686b90c4364308

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp311-cp311-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp311-cp311-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 845706d84b924313479532cc82e0ad518d5b4d7af5034d6147dd56a87969dd28
MD5 3ee74fc0696877a4ec2cfd737c86c5ea
BLAKE2b-256 e25688809632f14058ea8449e26152883621302a721805d82181c322022229df

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae04847b78cdeece980c4796603a8a3def8af2767475ebf8a1ddd807a350b469
MD5 fb4a45b3fb6708220848f7388c29d13a
BLAKE2b-256 d92191ee4d2e2d33f6ada5b4e463710b4b3aa3260ea6a7ff7d8ef57456de7843

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9eb6aa037bdd77039d886f57b116f9c36d847e02529e5a867e9c4316da48933e
MD5 1dd2161bf4fe4a8a966d5dff6132f83a
BLAKE2b-256 bfe15f46ec61524d2d26e2baf7b00fd9b542f8553554be575e3f0a0da20740c9

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dce4901338ab3e2cfb6da48f521debcd6bd5df42459c291cd41332f673521e9e
MD5 f9ce34dc50a0ec74fc3160ffff5c3ed6
BLAKE2b-256 a503ecbf0ca1623ef3c12bb0ae27ab31062df1370283473a983b4c78002b65ec

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c0a1d3dcae46876b7db1361582f7d06455d31dbaa9968ffc3943b2fdfe30bba3
MD5 3831bf0703acbb7d28d16d2b47eee2f9
BLAKE2b-256 9a991e8d2a0928a28238c2978952407d8817bf8eeac28ef08b0280e49d912114

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp310-cp310-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp310-cp310-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7116665c1d1cce762cf7aca87181bd604e68e5c7e2f653e906cc289bd8f9a36b
MD5 b9d8a18ad23779151ed94a18d0e7790d
BLAKE2b-256 eb1809f7856e9a64e80e2c069605505f3889042577afcf33e817d333cac8113a

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 92e2772911b5c311ce84e5590c102b43ba607323c3982045958153d0d2fb346f
MD5 e063771b682f955777186220d7085731
BLAKE2b-256 48522559bfd9f14d1af6b8ec3135f14400066accf0e3837187cfcf7e095d18cd

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ec5e6ff7b1f8c27b39c50002585a03c87e2d901c9519273a7878ed9331ff69a6
MD5 b40d299ecf4411748f7320deabbde351
BLAKE2b-256 bdc2fff19a451933bf4f466141ffcd8e42a07f6c9c9c4f7232a138772edac3be

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 732b66fa4a16510d3a069b7f2222431d291ec19e7b8493fb1fee93e5af900f3c
MD5 c5240af21540e549e56c5e71b4224874
BLAKE2b-256 1ae826e72f9a0d3a0e5f11157f2ed4b22e3f9a33e1a57613a21fc9afe7c51b50

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b334682d0609f462746a54a2538881e95f57764a5d7760bd9b98ffde2bfcf680
MD5 4aee78c81aca9ecc0d5e653cac844b3a
BLAKE2b-256 cf66c2a68308aa3e0c5e0a00c1235b3fdeb63fcd596ee4d63ca67bcc44cde9a7

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp39-cp39-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp39-cp39-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 524b82102e22576bce09e3c546f3454c59df2f1d1e81c946cf94cc3f532b237c
MD5 95abeae708461dd3d0391f042a6900b5
BLAKE2b-256 a5e1463f1b870de2ab76148a38db14335b64a8353642088c880691dade5358b6

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f8d6ebf683f7b2a188d80289143b3c1418bac9a89b6b30e1ada7ea6811de5981
MD5 c52436aed74750c163baa1237ffa9943
BLAKE2b-256 b8dae23cc6788ac2f17858200d60ec26208ad096d02238f299e3c7ca9da6ba23

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 26b890db8ce6811787274c58b0b4e8653bad8f3b5525dbd15e4a376ed81c2b92
MD5 1b8a90770e92dc179b68e36c8a607293
BLAKE2b-256 94b1b1c72dcbc054757100aeccb3be825499ae7c9dfdc3611a37a6ffed9cd321

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0d77d0e1a738c46e6c29847b6180a995d54b81a0584bd437c891e183b2297989
MD5 88b82985d59acb9d7b6615d7a84f33a9
BLAKE2b-256 ab5cf04d75c3b3025c3f0780c2ce595acc4162093763f6071c30e719d9cb8a52

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3a5495fb0e8e1ed9addf5c89989a19934e06f71c71877af2f0d25df201179eb4
MD5 2f117966c107fd3c3f7ace0f94df31cb
BLAKE2b-256 c7a562a79fba82d5a95b544e279b25e33ca7a0ffd1680f40d44d47d81e9bc997

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp38-cp38-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp38-cp38-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 fa09ca50e363bdc297b773d7fc147306b1146b0141f1eaec4c9fb7797a18abae
MD5 6308ac17d094168c44816cd634690918
BLAKE2b-256 3ea65bfe9482490fdd1821a5fec833801027189bcfa10ea1b7abfe8d15f842f2

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 055984bea561c1ea7426c26d8d159ad5cc7e3e958753ca98165fd04c4bf15948
MD5 28585683188af27c7b95c5c05772c624
BLAKE2b-256 aad99e3faabf939be64f9b3c8cdd422a248ec3ab2c92461b24314b65c9bc38b6

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b8747d9524e3400d2c91ccdea612afa01b2ac18724851628812e5abdaec95bda
MD5 123b363d99d65867a64a54399fc76d08
BLAKE2b-256 54dedd8c39479fc2d8c3706927c9d615e84c401b559beac180190aff36c98c42

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8ac8977bb0a8fcc2a286779a8298a0e6098f2ed2e494b3e2cc686a6cfcd98ca3
MD5 15f0aba962cccb42dd8d35a8a5f6450e
BLAKE2b-256 8d81241dae5aca6d36cdfb3e6f1eb3361781d10b6df305896c34f91c75b0dd02

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp37-cp37m-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp37-cp37m-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1b52e05264b50eedeb53184b7c5e68dfed7dac00c4b7613cbb4c7ae40170c7be
MD5 e9228a934ee20c55e82a1eaec8349fcb
BLAKE2b-256 bc3f460477b78c87945a7ba5a55335ee9e7fabbc38c5fd30195f4234fa2b2c6b

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp37-cp37m-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp37-cp37m-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 64757f207a198930ed169ea8ac7cd569929f1105aa11c433b17faf2bd39bc398
MD5 7b26c1e47a59cf98e021bbe0a4d72a9d
BLAKE2b-256 19aebab823cc9d7b1a3e9ef8ee2591a5ecaf8944f1d6fafc577be2f617119469

See more details on using hashes here.

File details

Details for the file ndcurves-1.1.6-0-cp37-cp37m-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for ndcurves-1.1.6-0-cp37-cp37m-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 20ebd576d628bcce62fa148ccf284d4276c4b35a19f28b89a7591be9004e98d1
MD5 6fd345ef69abf2e71b4d013516a679d6
BLAKE2b-256 4cc8d85228d6dbfd9fccf64dd90fb9c88ecb8d8bbd5965f55ae48e1b7838cf20

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