[Gnuk-users] Primitive ECC operations on FST-01

NIIBE Yutaka gniibe at fsij.org
Tue Sep 20 04:41:59 UTC 2016


On 09/19/2016 01:21 AM, Vasilios Mavroudis wrote:
> as part of a research project we are interested in implementing our own
> cryptosystem and use a usb co-processor to perform the necessary
> computations. More specifically, we just need a way to perform basic EC
> multiplication and addition on the device.

Gnuk is software implementation.  It has ECC computation
implementation for STM32F103 (modern like Ed25519, and classic like
NIST P-256).  It depends on Cortex-M3, but it is possible to port it
to other chip.  Please have a look of code.

If you seek some hardware based approach, you may have an interest to:
    https://cryptech.is/2016/05/alpha-board-status/
-- 



More information about the gnuk-users mailing list