All Projects â†’ eupn â†’ minisketch-rs

eupn / minisketch-rs

Licence: other
Rust bindings to @sipa's minisketch library

Programming Languages

rust
11053 projects
shell
77523 projects

Projects that are alternatives of or similar to minisketch-rs

Libchaos
Advanced library for randomization, hashing and statistical analysis (devoted to chaos machines). 🔎
Stars: ✭ 1,619 (+10018.75%)
Mutual labels:  crypto, math
CFD-Julia-12-steps--o-Navier-Stokes-Equations
This is a replication of "CFD Python: 12 steps to Navier-Stokes" in Julia
Stars: ✭ 33 (+106.25%)
Mutual labels:  math
java-rust-ffi
🍋 FFI example for accessing Rust lang dynamic libraries from java
Stars: ✭ 37 (+131.25%)
Mutual labels:  rust-ffi
biginteger
A PHP library to work with big integers.
Stars: ✭ 19 (+18.75%)
Mutual labels:  math
ign-math
General purpose math library for robot applications.
Stars: ✭ 35 (+118.75%)
Mutual labels:  math
intellij-investor-dashboard
📈 Investor Dashboard for JetBrains IDEs. Support A Share, H.K. Stocks, U.S. Stocks and Crypto etc.
Stars: ✭ 60 (+275%)
Mutual labels:  crypto
Program-Matematika
Program Matematika adalah sebuah repository GitHub yang berisi program yang dapat memudahkan para pelajar atau guru dalam menyelesaikan masalah Matematika dengan Terminal
Stars: ✭ 15 (-6.25%)
Mutual labels:  math
quich
Just an advanced terminal calculator.
Stars: ✭ 59 (+268.75%)
Mutual labels:  math
fireblocks-sdk-py
Official Python SDK for Fireblocks API
Stars: ✭ 32 (+100%)
Mutual labels:  crypto
rigel
[UNMAINTAINED] HMAC-SHA512 implementation optimized for embedded devices
Stars: ✭ 14 (-12.5%)
Mutual labels:  crypto
expression-evaluator
A math expression evaluator built with JavaScript
Stars: ✭ 25 (+56.25%)
Mutual labels:  math
mafs
React components for math visualization
Stars: ✭ 315 (+1868.75%)
Mutual labels:  math
i2pchat
🌀 i2pchat. Anonymous private secure opensource chat using end-to-end encrypted transport.
Stars: ✭ 25 (+56.25%)
Mutual labels:  crypto
awesome-tetherino
Awesome Tetherino - 60 000+ Million $USDT Crypto "Stable" Coin Printed Out of Thin Air and Officially Backed by Commercial Paper (2-Ply Rated Soft - Yes, Trust Us, Don't Verify) - Inside the Tether Ponzi Scheme - A Bubble for the History Books and Fraud on the Scale of Madoff
Stars: ✭ 45 (+181.25%)
Mutual labels:  crypto
utils.js
👷 🔧 zero dependencies vanilla JavaScript utils.
Stars: ✭ 14 (-12.5%)
Mutual labels:  math
crypto compare
CryptoCompare.com API client for Python
Stars: ✭ 28 (+75%)
Mutual labels:  crypto
secman
[Archived] 👊 Human-friendly and amazing secrets manager.
Stars: ✭ 63 (+293.75%)
Mutual labels:  crypto
ccapi
A header-only C++ library for interacting with crypto exchanges. Binding for Python is provided. A spot market making application is also provided as an end-to-end solution for liquidity providers.
Stars: ✭ 227 (+1318.75%)
Mutual labels:  crypto
Algorithm-Math
įŪ—æģ• & 数å­ĶįŸĨčŊ† & 重æ‹ū埚įĄ€įŸĨčŊ†įģŧ列文įŦ įž–写和æ”ķ集
Stars: ✭ 19 (+18.75%)
Mutual labels:  math
mlib
A math and collisions library for Lua.
Stars: ✭ 68 (+325%)
Mutual labels:  math

minisketch-rs

Crates.io Crates.io Docs.rs Build Status

minisketch-rs is a wrapper around minisketch, a C library by Pieter Wuille for efficient set reconciliation.

minisketch is proposed as a part of an Erlay technique for bandwidth-efficient TX propagation in Bitcoin.

This library exposes type-safe Rust bindings to all minisketch functions by providing Minisketch structure.

Usage

Add dependency in Cargo.toml:

[dependencies]
minisketch-rs = "0.1"

Generate sketches from your sets of data, serialize those sketches and send them around. Reconcile sets between peers by merging sketches.

Examples

See the examples.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].