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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 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

  • Kryptographie - ECDH and ECDSA implementations for various processor architectures.

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI
  • Cryptography Libraries - Fast ECDH and ECDSA implementation for various processor architectures.
  • 1,418 Stars·502 Forks·PHP·BSD-2-Clause·4 Aufrufe

    Star-Verlauf

    Star-Verlauf für kmackay/micro-eccStar-Verlauf für kmackay/micro-ecc

    Open-Source-Alternativen zu Micro Ecc

    Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Micro Ecc.
    • jedisct1/libhydrogenAvatar von jedisct1

      jedisct1/libhydrogen

      773Auf GitHub ansehen↗

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

      Carduinoatmega328pavr
      Auf GitHub ansehen↗773
    • jedisct1/libsodiumAvatar von jedisct1

      jedisct1/libsodium

      13,467Auf GitHub ansehen↗

      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
      Auf GitHub ansehen↗13,467
    • cossacklabs/themisAvatar von cossacklabs

      cossacklabs/themis

      1,965Auf GitHub ansehen↗

      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
      Auf GitHub ansehen↗1,965
    • kokke/tiny-aes-cAvatar von kokke

      kokke/tiny-AES-c

      4,863Auf GitHub ansehen↗

      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
      Auf GitHub ansehen↗4,863
    Alle 30 Alternativen zu Micro Ecc anzeigen→

    Häufig gestellte Fragen

    Was macht kmackay/micro-ecc?

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

    Was sind die Hauptfunktionen von kmackay/micro-ecc?

    Die Hauptfunktionen von kmackay/micro-ecc sind: Kryptographie, Cryptography Libraries.

    Welche Open-Source-Alternativen gibt es zu kmackay/micro-ecc?

    Open-Source-Alternativen zu kmackay/micro-ecc sind unter anderem: 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…