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
- Host: GitHub
- URL: https://github.com/chengwenxi/Ed25519
- Owner: chengwenxi
- License: apache-2.0
- Created: 2021-09-06T07:30:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-06T10:52:16.000Z (about 4 years ago)
- Last Synced: 2024-10-31T14:36:47.956Z (12 months ago)
- Topics: ed25519, sha512, solidity
- Language: Solidity
- Homepage:
- Size: 132 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)