https://github.com/mizukisonoko/ed25519-python
Python binding for Warchant/ed25519
https://github.com/mizukisonoko/ed25519-python
Last synced: 3 months ago
JSON representation
Python binding for Warchant/ed25519
- Host: GitHub
- URL: https://github.com/mizukisonoko/ed25519-python
- Owner: MizukiSonoko
- Created: 2018-01-19T12:20:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T06:07:42.000Z (over 7 years ago)
- Last Synced: 2025-01-15T06:53:18.146Z (5 months ago)
- Language: Python
- Size: 63.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ed25519-python
python binding for [Warchant/ed25519](https://github.com/Warchant/ed25519)
# Need to build
- cmake
- gcc
- g++# How to install
```
git clone https://github.com/MizukiSonoko/ed25519-python.git
cd ed25519-python
git submodule update --init --recursive
python setup.py develop
pytest
```