This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from c5d57fab83b arch/arm/nrf{52|53|91}: fix timer timeout value (overflow 
issue)
     new 3f0cc5f09c8 crypto: export algorithm about ecc
     new be2e72dac22 crypto/ecc: supports exporting generated keys in 
uncompressed form
     new c6d1bed4d1a cryptosoft: support ecdsa cmd in software
     new e2a7656eeed crypto/ecc: fix warning in tasing compile
     new 79863bb1409 crypto/ecc: fix static check in using uninitilized params
     new a744ce760e9 Documentation: add ECC/ECDSA note
     new 85ba80a90e4 crypto/ecc: add SPDX license identifier

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Documentation/components/crypto.rst |    8 +
 crypto/CMakeLists.txt               |    1 +
 crypto/Makefile                     |    1 +
 crypto/cryptosoft.c                 |   75 ++
 crypto/ecc.c                        | 1780 +++++++++++++++++++++++++++++++++++
 include/crypto/ecc.h                |  149 +++
 6 files changed, 2014 insertions(+)
 create mode 100644 crypto/ecc.c
 create mode 100644 include/crypto/ecc.h

Reply via email to