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

https://github.com/chengwenxi/Ed25519

Solidity implementation of Ed25519 verification
https://github.com/chengwenxi/Ed25519

ed25519 sha512 solidity

Last synced: 7 months ago
JSON representation

Solidity implementation of Ed25519 verification

Awesome Lists containing this project

README

          

# Ed25519
Solidity implementation of Ed25519 verification

## Test
```bash
yarn & yarn test
```

## Usage

Refer [TestEd25519.sol](./contracts/test/TestEd25519.sol)