# generate-key **Repository Path**: bepal/generate-key ## Basic Information - **Project Name**: generate-key - **Description**: generate-key is a use custom phrases to create public and private keys that match the bitcoin specification.. - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 16 - **Forks**: 2 - **Created**: 2018-03-12 - **Last Updated**: 2025-06-04 ## Categories & Tags **Categories**: bitcoin **Tags**: None ## README Generate Key ---------- generate-key is a use custom phrases to create public and private keys that match the bitcoin specification.. Testing ---------- Multiple test cases are provided, under the "examples" directory. Under their respective directories, they have their own use-case documents。 Building ---------- The project can be compiled and run under Windows and Linux. The project USES the syntax of c++11 to be noted at compile time. In order for users to quickly test, I provided "Makefile", "qt.pro", "msvc.sln" files. Under the "doc" folder, you can find the running configuration of each project