{"id":15044224,"url":"https://github.com/ismyhc/vsecp256k1","last_synced_at":"2026-01-04T08:05:23.043Z","repository":{"id":255472673,"uuid":"852235527","full_name":"ismyhc/vsecp256k1","owner":"ismyhc","description":"A V module that wraps libsecp256k1","archived":false,"fork":false,"pushed_at":"2024-09-17T15:23:41.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T01:15:06.755Z","etag":null,"topics":["bitcoin","nostr","secp256k1","vlang","vlang-module","vlang-package"],"latest_commit_sha":null,"homepage":"","language":"V","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ismyhc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-04T13:12:53.000Z","updated_at":"2024-09-17T15:23:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef021aee-3545-4563-a0a4-fa64c3b393be","html_url":"https://github.com/ismyhc/vsecp256k1","commit_stats":null,"previous_names":["ismyhc/vsecp256k1"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismyhc%2Fvsecp256k1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismyhc%2Fvsecp256k1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismyhc%2Fvsecp256k1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismyhc%2Fvsecp256k1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ismyhc","download_url":"https://codeload.github.com/ismyhc/vsecp256k1/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237915423,"owners_count":19386724,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","nostr","secp256k1","vlang","vlang-module","vlang-package"],"created_at":"2024-09-24T20:50:18.534Z","updated_at":"2025-10-24T05:30:33.074Z","avatar_url":"https://github.com/ismyhc.png","language":"V","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vsecp256k1 - V module that wraps libsecp256k1\n\n![V Language](https://img.shields.io/badge/language-V-blue.svg)\n![C Langauge](https://img.shields.io/badge/language-C-blue.svg)\n\nThis library currently wraps [libsecp256k1 v0.5.1](https://github.com/bitcoin-core/secp256k1) for use in V. It is a work in progress so take that into account.\n\n#### To use this code, you need to install the following libraries:\n- automake\n- libtool\n\n### MacOS\n`brew install automake libtool`\n\n### Ubuntu\n`sudo apt-get install automake libtool unzip`\n\n### Fedora\n`sudo dnf install automake libtool unzip`\n\n### CentOS\n`sudo yum install automake libtool unzip`\n\n### Windows (Not tested)\n- Download and install [MSYS2](https://www.msys2.org/)\n- Open MSYS2 terminal and run the following command:\n`pacman -S automake libtool`\n\n### How to compile the C requirements:\n- Make sure you have automake and libtool installed\n- Navigate to where the module was installed\n- Run the following command assuming you .vmodules locations is like bellow:\n`v run ~/.vmodules/ismyhc/vsecp256k1/build.vsh`\n\nThis should compile the C code and generate the necessary files for the V module. You should only have to do this once.\n\n### How to use the module:\n`import ismyhc.vsecp256k1`\n\n - TODO: Add examples\n - TODO: Add documentation\n - TODO: Add tests","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismyhc%2Fvsecp256k1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fismyhc%2Fvsecp256k1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismyhc%2Fvsecp256k1/lists"}