# ec2b.py **Repository Path**: minigg/ec2b.py ## Basic Information - **Project Name**: ec2b.py - **Description**: Python bindings for Ec2b - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-16 - **Last Updated**: 2025-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ec2b.py ======= Installing ---------- .. code:: sh git clone https://github.com/GrownNed/ec2b.py cd ec2b.py pip install . Example ------- .. code:: py import ec2b with open("ec2b_seed.bin", "rb") as file: seed = file.read() key = ec2b.derive(seed) Links ----- - `Original Hotaru's C/C++ code `_