https://github.com/zilliqa/schnorr
https://github.com/zilliqa/schnorr
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zilliqa/schnorr
- Owner: Zilliqa
- License: gpl-3.0
- Created: 2019-05-06T04:59:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T18:09:51.000Z (over 3 years ago)
- Last Synced: 2025-09-03T10:39:08.351Z (10 months ago)
- Language: C++
- Homepage:
- Size: 94.7 KB
- Stars: 3
- Watchers: 19
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zilliqa Schnorr Library
## Overview
## Build
The provided `build.sh` can be used for a default configuration build
of this library. Alternatively, usual CMake commands can be used.
By default, a shared library is built. Provide the flag `-DSCHNORR_BUILD_ARCHIVE=1`
to build a static library.