45 skills found · Page 1 of 2
gbmhunter / MFixedPointMFixedPoint is a header-only fixed-point C++ library suitable for fast arithmetic operations on systems which don't have a FPU (e.g. embedded systems).. Suitable for performing computationally intensive operations on a computing platform that does not have a floating-point unit (like most smaller embedded systems, such as Cortex-M3, CortexM0, ATmega, PSoC 5, PSoC 5 LP, PSoC 4, Arduino platforms e.t.c). Common applications include BLDC motor control and image processing. Best performance on a 32-bit or higher architecture (although 8-bit architectures should still be fine).
Bodigrim / ArithmoiNumber theory: primes, arithmetic functions, modular computations, special sequences
XidianNSS / NssMPClibA secure multi-party computation library based on arithmetic secret sharing and function secret sharing.
arturbac / Fixed MathFixedMath: A High-Performance C++23, C++17 Library for Fixed-Point 48.16 Arithmetic
Ratheshprabakar / C Complete PracticeThis repository will contains C programs from beginners to advance level
NillionNetwork / TinynmcMinimal pure-Python implementation of a secure multi-party computation (MPC) protocol for evaluating arithmetic sum-of-products expressions via a non-interactive computation phase.
linbox-team / GivaroGivaro - C++ library for arithmetic and algebraic computations
octra-labs / Pvac Hfhe Cpppvac-hfhe: PoC for publicly verifiable arithmetic computations with hypergraph based homomorphic encryption over Fp (p = 2^127 - 1), omissions for large numbers and excluded the transfer mechanism for data convertation (applies only to the prod version of octra network). c++17 header-only.
uhsr / ChainCryptoAutomationTechXA framework for building zero-knowledge proof circuits using a custom DSL optimized for elliptic curve arithmetic, enabling verifiable computation with minimal on-chain footprint via Groth16 proofs.
EpsilonNought117 / LibapacLibrary for arbitrary precision arithmetic and computation
NillionNetwork / TinysigPure-Python implementation of a threshold ecdsa signature scheme based on a secure multi-party computation (MPC) protocol for evaluating arithmetic sum-of-products expressions via a non-interactive computation phase.
Hazrat-Ali9 / Scientific Calculator🍏 Scientific 🍎 Calculator is 🍑 a modern 🫑 feature 🫐 rich calculator 🧅built to handle 🍉 basic arithmetic 🥭to advanced 🏘 scientific 🏪 engineering 🚞 computations 🚅 Designed ✈ students 🚀 engineers 🚢 data 🛬 scientists 🚁 researchers ⚽ the ⚾ accuracy 🎳 of a scientific 🏀 tool with 🥎 the 🧶 simplicity 🏈 of a sleek 🏐 user ⛸ interface 🎮
bkiers / CompGeomA computational geometry library using arbitrary-precision arithmetic where possible, written in Java.
herbie-fp / RivalInterval arithmetic for real computation
elrnv / Geometry Predicates RsA Rust port of "Adaptive Precision Floating-Point Arithmetic and Fast Robust Predicates for Computational Geometry"
xvw / KronosManagement of arithmetic operations on dates
arkworks-rs / NonnativeR1CS constraints for non-native field arithmetic
adis300 / CcmathCCMATH is a mathematics library, coded in C, that contains functions for linear algebra, numerical integration, geometry and trigonometry, curve fitting, roots and optimization, Fourier analysis, simulation generation, statistics, special functions, sorts and searches, time series models, complex arithmetic, and high precision computations.CCMATH is a mathematics library, coded in C, that contains functions for linear algebra, numerical integration, geometry and trigonometry, curve fitting, roots and optimization, Fourier analysis, simulation generation, statistics, special functions, sorts and searches, time series models, complex arithmetic, and high precision computations.
MarcoAttene / TMesh KernelHybrid arithmetic for geometric computation
lazycustard / 16bit MicroComputer CPU16bit_MicroComputer_CPU is a 16-bit Von Neumann architecture processor implemented in Verilog HDL. It features a Python-based assembler, ALU-driven arithmetic operations, memory-mapped I/O, custom instruction set and an Arduino-controlled LED interface for real-time visualization of instruction execution, data flow, and hardware-level computation.