# CryptFunction **Repository Path**: junhuanchen/CryptFunction ## Basic Information - **Project Name**: CryptFunction - **Description**: Rsa Or Ecc Achieve In Standard C,Do not rely on BigNum Lib. - **Primary Language**: C - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Crypt Embedded C. Rsa(RSA algorithm) And Ecc(Elliptic curve cryptography) Achieve In Standard C. You might want to write a assembly for the mod function (a ± b) % n.