# charm **Repository Path**: ni_gao/charm ## Basic Information - **Project Name**: charm - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-09 - **Last Updated**: 2021-03-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Charm ----- Charm is a framework for rapidly prototyping advanced cryptosystems. Based on the Python language, it was designed from the ground up to minimize development time and code complexity while promoting the reuse of components. Charm uses a hybrid design: performance intensive mathematical operations are implemented in native C modules, while cryptosystems themselves are written in a readable, high-level language. Charm additionally provides a number of new components to facilitate the rapid development of new schemes and protocols. Features of Charm include: □ Support for various mathematical settings, including integer rings/fields, bilinear and non-bilinear Elliptic Curve groups □ Base crypto library, including symmetric encryption schemes, hash functions, PRNGs □ Standard APIs for constructions such as digital signature, encryption, commitments □ A “protocol engine” to simplify the process of implementing multi-party protocols □ An integrated compiler for interactive and non-interactive ZK proofs □ Integrated benchmarking capability Charm Documentation ------------------- For complete install docs see http://jhuisi.github.com/charm/install_source.html Schemes ------- We have provided several cryptographic scheme examples to get you going. See http://jhuisi.github.com/charm/schemes.html