Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreasholt/elliptic-curve-cryptography
Implementations and interactive visualisations of elliptic curve cryptography, ElGamal and finite fields
https://github.com/andreasholt/elliptic-curve-cryptography
Last synced: about 1 month ago
JSON representation
Implementations and interactive visualisations of elliptic curve cryptography, ElGamal and finite fields
- Host: GitHub
- URL: https://github.com/andreasholt/elliptic-curve-cryptography
- Owner: AndreasHolt
- Created: 2022-03-17T07:43:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T00:57:15.000Z (about 2 months ago)
- Last Synced: 2024-12-24T01:36:23.279Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.22 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ECC
[![Node.js CI](https://github.com/AndreasHolt/ECC/actions/workflows/node.js.yml/badge.svg)](https://github.com/AndreasHolt/ECC/actions/workflows/node.js.yml)# Setup
To install node packages and run the server on localhost
```
npm run i
npm run dev
```Other commands
`npm run `
| Script name | Description |
| ------------------------------ | --------------------------------------------------------------- |
| start | Runs localhost server |
| dev | Runs localhost server |
| preview | Runs localhost server for preview |
| build | Builds application into dist directory |
| eslint | Runs eslint |
| eslintfix | Runs eslint and fixes errors |
| test | Runs test for the application |# Packages used
ViteTailwind
Eslint