MIRACL Cryptographic SDK: Multiprecision Integer and Rational Arithmetic Cryptographic Library is a C software library that is widely regarded by developers as the gold standard open source SDK for elliptic curve cryptography (ECC).
Principalele funcționalități ale certivox/miracl sunt: Mathematical Libraries, Mathematics.
Alternativele open-source pentru certivox/miracl includ: dpilger26/numcpp — NumCpp is a C++ framework and numerical computing library that provides a toolkit for multi-dimensional array… jeremyong/klein — P(R*_{3, 0, 1}) specialized SIMD Geometric Algebra Library. codeplea/tinyexpr — tiny recursive descent expression parser, compiler, and evaluation engine for math expressions. datenwolf/linmath.h — a lean linear math library, aimed at graphics programming. Supports vec3, vec4, mat4x4 and quaternions. g-truc/glm — This project is a header-only C++ library designed for graphics mathematics, providing a comprehensive suite of… kthohr/stats — A C++ header-only library of statistical distribution functions.
a lean linear math library, aimed at graphics programming. Supports vec3, vec4, mat4x4 and quaternions
NumCpp is a C++ framework and numerical computing library that provides a toolkit for multi-dimensional array management and mathematical routines. It functions as a C++ implementation of the NumPy ecosystem, offering a scientific computing framework for managing tensors and performing complex algebraic equations. The project enables high-performance array manipulation within a C++ environment without relying on a Python runtime. It distinguishes itself by providing a NumPy-like interface for executing linear algebra, managing multi-dimensional data structures, and performing numerical proces
tiny recursive descent expression parser, compiler, and evaluation engine for math expressions
This project is a header-only C++ library designed for graphics mathematics, providing a comprehensive suite of vector, matrix, and quaternion types. It is built using template metaprogramming to generate mathematical primitives at compile time, eliminating the need for precompiled binary libraries and allowing for direct integration into existing build systems. The library is distinguished by its strict adherence to the OpenGL Shading Language specification, ensuring that mathematical results remain consistent across both CPU and GPU code. It provides specialized utilities for managing float