forked from mogorman/microecdsa
-
Notifications
You must be signed in to change notification settings - Fork 0
Heavily optimized ECDSA (secp256k1) signer for embedded devices.
License
bart112233/microecdsa
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MicroECDSA ========== Heavily optimized ECDSA (secp256k1) signer for embedded devices. Distibuted under MIT License. Notes ----- a) the signer only understands secp256k1 elliptic curve b) there are executables: * test-speed - check signing speed (sign 100x and compute speed from duration) * test-verify - generate random messages and private keys - check signature validity against OpenSSL (call verify method) c) directory speed-stm32 contains project for deploying the code on STM32 microcontroller and checking signing speed there
About
Heavily optimized ECDSA (secp256k1) signer for embedded devices.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 98.6%
- Other 1.4%