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 48ca996ad7 arch: arm64 support smp function call new 12935f2d33 crypto/bn: porting tiny-Bignum-C into nuttx crypto new aeac109e50 crypto/bn:Add exponentiation algorithm in bignum new 3dbe2d790e crypto/rsa_verify: export rsa verify via /dev/crypto The 3 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: crypto/CMakeLists.txt | 1 + crypto/Makefile | 1 + crypto/bn.c | 796 ++++++++++++++++++++++++++++++++++++++++++++ crypto/cryptodev.c | 4 + crypto/cryptosoft.c | 65 ++++ include/crypto/bn.h | 212 ++++++++++++ include/crypto/cryptodev.h | 26 +- include/crypto/cryptosoft.h | 2 + 8 files changed, 1095 insertions(+), 12 deletions(-) create mode 100644 crypto/bn.c create mode 100644 include/crypto/bn.h