An open API service indexing awesome lists of open source software.

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

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
```