awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
CertiVox avatar

CertiVox/MIRACL

0
View on GitHub↗
698 stars·246 forks·C·9 viewsmiracl.com↗

MIRACL

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).

Features

  • Mathematical Libraries - Multiprecision integer and rational cryptographic library.
  • Mathematics - Multi-precision integer and rational arithmetic library.

Star history

Star history chart for certivox/miraclStar history chart for certivox/miracl

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to MIRACL

Similar open-source projects, ranked by how many features they share with MIRACL.
  • datenwolf/linmath.hdatenwolf avatar

    datenwolf/linmath.h

    1,047View on GitHub↗

    a lean linear math library, aimed at graphics programming. Supports vec3, vec4, mat4x4 and quaternions

    C
    View on GitHub↗1,047
  • dpilger26/numcppdpilger26 avatar

    dpilger26/NumCpp

    3,963View on GitHub↗

    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

    C++
    View on GitHub↗3,963
  • codeplea/tinyexprcodeplea avatar

    codeplea/tinyexpr

    1,895View on GitHub↗

    tiny recursive descent expression parser, compiler, and evaluation engine for math expressions

    C
    View on GitHub↗1,895
  • g-truc/glmg-truc avatar

    g-truc/glm

    10,710View on GitHub↗

    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

    C++cppcpp-libraryglm
    View on GitHub↗10,710
See all 30 alternatives to MIRACL→

Frequently asked questions

What does certivox/miracl do?

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).

What are the main features of certivox/miracl?

The main features of certivox/miracl are: Mathematical Libraries, Mathematics.

What are some open-source alternatives to certivox/miracl?

Open-source alternatives to certivox/miracl include: 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.