4 packages tagged with “pairing”
Top-quality toolkit of algorithms and data structures for .NET developers.
This package contains platform-specific native code builds of MCL (BLS12-381). Included: linux-x64/libmclbn384_256.so, osx-x64/libmclbn384_256.dylib, win-x64/mclbn384_256.dll
Netstandard 2.1 wrapper for MCL (https://github.com/herumi/mcl/) library. Provides interface to work with BLS12-381 elliptic curve and corresponding pairing. Use MCL.BLS12_381.Native package to get platform specific binaries for common platforms.
Fully managed library providing five types of heap. It implements d-ary, binary, binomial, Fibonacci and pairing heaps, in order to let the user choose the best heap to fit her/his needs. Each heap has its own advantages and disadvantages: please see the documentation or Wikipedia to better understand how those data structures work and how they behave in each operation.