awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
CertiVox avatar

CertiVox/MIRACL

0
View on GitHub↗
698 星标·246 分支·C·5 次浏览miracl.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 历史

certivox/miracl 的 Star 历史图表certivox/miracl 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

MIRACL 的开源替代方案

相似的开源项目,按与 MIRACL 的功能重合度排序。
  • datenwolf/linmath.hdatenwolf 的头像

    datenwolf/linmath.h

    1,047在 GitHub 上查看↗

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

    C
    在 GitHub 上查看↗1,047
  • dpilger26/numcppdpilger26 的头像

    dpilger26/NumCpp

    3,963在 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++
    在 GitHub 上查看↗3,963
  • codeplea/tinyexprcodeplea 的头像

    codeplea/tinyexpr

    1,895在 GitHub 上查看↗

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

    C
    在 GitHub 上查看↗1,895
  • g-truc/glmg-truc 的头像

    g-truc/glm

    10,710在 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
    在 GitHub 上查看↗10,710
查看 MIRACL 的所有 30 个替代方案→

常见问题解答

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

certivox/miracl 的主要功能有哪些?

certivox/miracl 的主要功能包括:Mathematical Libraries, Mathematics。

certivox/miracl 有哪些开源替代品?

certivox/miracl 的开源替代品包括: 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.