https://github.com/starkware-libs/crypto-cpp
https://github.com/starkware-libs/crypto-cpp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/starkware-libs/crypto-cpp
- Owner: starkware-libs
- License: apache-2.0
- Created: 2019-12-29T19:53:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T17:37:43.000Z (over 3 years ago)
- Last Synced: 2025-03-22T01:24:50.589Z (about 1 year ago)
- Language: C++
- Size: 160 KB
- Stars: 34
- Watchers: 4
- Forks: 32
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repo requires the installation of the Golang compiler on the system in order to run the
presubmit script and the provided Go FFI and test. To install Go under Ubuntu, run the following:
``sudo apt install golang-go``