Socket
Book a DemoInstallSign in
Socket

garaga

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

garaga

State-of-the-art Elliptic Curve operations and SNARKS verification for Cairo & Starknet 🐺.

pipPyPI
Version
0.15.2
Maintainers
1

Garaga 🐺

State-of-the-art Elliptic Curve operations and SNARKS verification for Cairo & Starknet.

Quick Start

pip install garaga

Requirements: Python 3.10 only!

What is Garaga?

Garaga provides optimized cryptographic primitives for:

  • Elliptic Curve Operations - High-performance curve arithmetic
  • SNARK Verification - Groth16, Honk, and other proof systems
  • Pairing-Based Cryptography - BN254, BLS12-381 curves
  • Cairo/Starknet Integration - Native integration with Starknet ecosystem

CLI Usage

After installation, access the CLI:

garaga --help

Generate SNARK verifier contracts:

garaga gen

Key Features

Multi-Curve Support - BN254, BLS12-381, and more ✅ SNARK Verifiers - Groth16, Noir Honk proof verification ✅ Cairo Integration - Seamless Starknet development ✅ Rust Performance - Optimized core operations

  • 📖 Documentation: garaga.gitbook.io
  • 🔧 GitHub: github.com/keep-starknet-strange/garaga
  • 🐛 Issues: Report bugs

Version Management

Install specific version:

pip install garaga==0.18.2

Install from Git commit:

pip install git+https://github.com/keep-starknet-strange/garaga.git@COMMIT_HASH

License

MIT License - see LICENSE

Keywords

elliptic-curves

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