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...
More information