You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

charm-crypto

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

charm-crypto

Charm: A Framework for Rapidly Prototyping Cryptosystems

0.43
pipPyPI
Maintainers
1

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

Prior to install, you need GMP and PBC. See documentation: http://jhuisi.github.io/charm/install_source.html

Keywords

charm

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts