ucrypto
Signature library
Provides a fast implementation of digital signatures using RSA and Elliptic Curve Cryptography.
Micropython package for doing fast rsa and elliptic curve cryptography, specifically digital signatures
32 stars
3 watching
11 forks
Language: C
last commit: 17 days ago
Linked from 1 awesome list
cryptographyelliptic-curvesmicropythonrsa
Related projects:
Repository | Description | Stars |
---|---|---|
dmazzella/ucryptography | A lightweight implementation of cryptographic primitives for secure data handling | 7 |
dmazzella/ucryptoauthlib | A lightweight Python driver for Microchip's Crypto Authentication secure elements | 41 |
rustcrypto/signatures | This project provides digital signature algorithms and implementation in Rust. | 472 |
dmazzella/ufastlz | A MicroPython wrapper for a lightning-fast lossless compression library. | 14 |
dmazzella/ucbor | Implementation of a lightweight CBOR serializer/deserializer for use in embedded systems with limited resources. | 1 |
tlsfuzzer/python-ecdsa | A Python implementation of ECDSA and ECDH algorithms | 916 |
chaintope/bip-schnorrrb | A Ruby implementation of the Schnorr signature scheme over elliptic curves. | 7 |
sermodigital/jose | Provides libraries for securely creating and validating JSON-based digital signatures and encrypted messages | 914 |
spider-gazelle/ed25519 | An implementation of a high-performance digital signature system using an elliptic curve public-key algorithm | 8 |
artem-smotrakov/micropython-rsa-signing | An implementation of RSA signing in MicroPython for use on embedded systems | 18 |
iosdevzone/idzswiftcommoncrypto | A Swift wrapper for Apple's CommonCrypto library used for cryptographic operations | 478 |
microchiptech/cryptoauthlib | A library that provides APIs for communicating with secure elements in cryptographic devices. | 382 |
dchest/tweetnacl-js | A JavaScript implementation of cryptographic primitives inspired by the TweetNaCl library | 1,782 |
sgl0v/scrypto | Provides a Swift interface to CommonCrypto routines for cryptographic tasks | 38 |
carglglz/mpy-mbedtls | Bindings for MbedTLS's EC and x509 cert/csr functions | 3 |