Difference between revisions of "emCrypt"

From SEGGER Wiki
Jump to: navigation, search
m (Performance)
m
Line 37: Line 37:
 
|-
 
|-
 
| MAC algorithms || STM32F746 || CM7 || 200 MHz || No || CMAC, GMAC, HMAC, Poly1305 || [[MAC_STM32F746|Results]]
 
| MAC algorithms || STM32F746 || CM7 || 200 MHz || No || CMAC, GMAC, HMAC, Poly1305 || [[MAC_STM32F746|Results]]
  +
|-
  +
| RSA (ModExp) || AT91SAM9263 || ARM926 || 200 MHz || No || Run from SDRAM with cache enabled || [[RSA_ATSAM9263|Results]]
 
|-
 
|-
 
|}
 
|}

Revision as of 11:46, 8 July 2019

emCrypt is a secure and efficient implementation of essential cryptographic algorithms specifically designed for embedded systems.

This wiki page explains and links to other articles providing information too specific for the user manual or product pages on www.segger.com

Contents

Performance

Cryptography benchmarks on real hardware
Benchmark Device Core Speed HW Accel Notes Link
ECDSA sign and verify STM32F072 CM0 48 MHz No All NIST and Brainpool prime curves Results
ECDSA sign and verify R7FS124 CM0 24 MHz No All NIST and Brainpool prime curves Results
ECDSA sign and verify MK66FN2M0 CM4 168 MHz No All NIST and Brainpool prime curves Results
ECDSA sign and verify STM32F746 CM7 200 MHz No All NIST and Brainpool prime curves Results
EdDSA sign and verify MK66FN2M0 CM4 168 MHz No Ed25519 and Ed448 Results
EdDSA sign and verify STM32F746 CM7 200 MHz No Ed25519 and Ed448 Results
Hash algorithms MK66FN2M0 CM4 168 MHz Yes MD5, RIPEMD160, SHA-1, SHA-256, SHA-512, SM3 Results
Hash algorithms STM32F746 CM7 200 MHz No MD5, RIPEMD160, SHA-1, SHA-256, SHA-512, SM3 Results
MAC algorithms STM32F746 CM7 200 MHz No CMAC, GMAC, HMAC, Poly1305 Results
RSA (ModExp) AT91SAM9263 ARM926 200 MHz No Run from SDRAM with cache enabled Results