Thread: micro-ecc
View Single Post
  #1  
Old 08-19-2024, 10:05
JMP-JECXZ JMP-JECXZ is offline
Friend
 
Join Date: Mar 2017
Posts: 123
Rept. Given: 0
Rept. Rcvd 5 Times in 4 Posts
Thanks Given: 15
Thanks Rcvd at 150 Times in 69 Posts
JMP-JECXZ Reputation: 5
micro-ecc

A small and fast ECDH and ECDSA implementation for 8-bit, 32-bit, and 64-bit processors.

Features:
  • Resistant to known side-channel attacks.
  • Written in C, with optional GCC inline assembly for AVR, ARM and Thumb platforms.
  • Supports 8, 32, and 64-bit architectures.
  • Small code size.
  • No dynamic memory allocation.
  • Support for 5 standard curves: secp160r1, secp192r1, secp224r1, secp256r1, and secp256k1.
  • BSD 2-clause license.

src:
Code:
https://github.com/kmackay/micro-ecc
Reply With Quote
The Following 2 Users Gave Reputation+1 to JMP-JECXZ For This Useful Post:
MarcElBichon (08-19-2024), WRP (08-19-2024)
The Following User Says Thank You to JMP-JECXZ For This Useful Post:
WRP (08-19-2024)