micro-ecc-master.zip 开发技术 - C古典**r≡ 上传96.27 KB 文件格式 zip microECC,一个开源的ECC处理库,具有很强的运算速度,在嵌入式领域应用广发。点赞(0) 踩踩(0) 反馈 所需:5 积分 电信网络下载 2024-2030全球与中国顺式2-氧化丁烯市场现状及未来发展趋势.docx ...
ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors. - micro-ecc/uECC.c at master · gitroem/micro-ecc
ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors. - micro-ecc/README.md at master · semerlin/micro-ecc
ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors. - micro-ecc/uECC_vli.h at master · we-kb/micro-ecc
ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors. - micro-ecc/types.h at master · we-kb/micro-ecc
ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors. - micro-ecc/curve-specific.inc at master · whitedogg13/micro-ecc
ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors. - micro-ecc/test/test_ecdsa.c at master · kmackay/micro-ecc
swilson/micro-eccPublic forked fromkmackay/micro-ecc NotificationsYou must be signed in to change notification settings Fork0 Star0 Files master scripts test .gitignore LICENSE.txt README.md asm_arm.inc asm_arm_mult_square.inc asm_avr.inc ...
ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors. - micro-ecc/uECC.c at master · michalfapso/micro-ecc
#define uECC_PLATFORM uECC_x86 #elif defined(__amd64__) || defined(_M_X64) #define uECC_PLATFORM uECC_x86_64 #else #define uECC_PLATFORM uECC_arch_other #endif #endif#ifndef uECC_ARM_USE_UMAAL #if (uECC_PLATFORM == uECC_arm) && (__ARM_ARCH >= 6) ...