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

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

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

kmackay/micro-ecc

0
View on GitHub↗

Micro Ecc

ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors.

Features

  • 密码学 - ECDH and ECDSA implementations for various processor architectures.

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI
  • Cryptography Libraries - Fast ECDH and ECDSA implementation for various processor architectures.
  • 1,418 星标·502 分支·PHP·BSD-2-Clause·4 次浏览

    Star 历史

    kmackay/micro-ecc 的 Star 历史图表kmackay/micro-ecc 的 Star 历史图表

    常见问题解答

    kmackay/micro-ecc 是做什么的?

    ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors.

    kmackay/micro-ecc 的主要功能有哪些?

    kmackay/micro-ecc 的主要功能包括:密码学, Cryptography Libraries。

    kmackay/micro-ecc 有哪些开源替代品?

    kmackay/micro-ecc 的开源替代品包括: jedisct1/libsodium — Libsodium is a portable, C-based cryptographic library that provides a collection of modern primitives for encryption,… libtom/libtomcrypt — LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast… cossacklabs/themis — Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data… jedisct1/libhydrogen — A lightweight, secure, easy-to-use crypto library suitable for constrained environments. kokke/tiny-aes-c — tiny-AES-c is a lightweight C language cryptography library that provides a symmetric cipher implementation of the… artem-smotrakov/micropython-rsa-signing — This is an implementation of RSA signing for MicroPython. It's writter in pure Python, and based on python-rsa version…

    Micro Ecc 的开源替代方案

    相似的开源项目,按与 Micro Ecc 的功能重合度排序。
    • jedisct1/libhydrogenjedisct1 的头像

      jedisct1/libhydrogen

      773在 GitHub 上查看↗

      A lightweight, secure, easy-to-use crypto library suitable for constrained environments.

      Carduinoatmega328pavr
      在 GitHub 上查看↗773
    • jedisct1/libsodiumjedisct1 的头像

      jedisct1/libsodium

      13,467在 GitHub 上查看↗

      Libsodium is a portable, C-based cryptographic library that provides a collection of modern primitives for encryption, decryption, digital signatures, password hashing, and secure key exchange. It is designed to facilitate secure communication and data integrity across diverse hardware architectures and operating systems. The library distinguishes itself by utilizing constant-time primitive execution to prevent side-channel attacks and employing memory-hard algorithms to increase the difficulty of brute-force password attacks. It abstracts complex mathematical operations into simplified inter

      Cccryptocryptography
      在 GitHub 上查看↗13,467
    • cossacklabs/themiscossacklabs 的头像

      cossacklabs/themis

      1,965在 GitHub 上查看↗

      Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.

      Casymmetric-cryptographyauthenticationcryptography
      在 GitHub 上查看↗1,965
    • kokke/tiny-aes-ckokke 的头像

      kokke/tiny-AES-c

      4,863在 GitHub 上查看↗

      tiny-AES-c is a lightweight C language cryptography library that provides a symmetric cipher implementation of the Advanced Encryption Standard. It functions as a portable set of functions for encrypting and decrypting data using a shared secret key. The library is designed for embedded system security, enabling cryptographic operations on hardware with limited memory and processing power. It provides these capabilities without relying on large external dependencies. The implementation utilizes a standard C library approach, employing table-based substitution and in-place buffer mutation to

      C
      在 GitHub 上查看↗4,863
    查看 Micro Ecc 的所有 30 个替代方案→