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: 6 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T00:57:15.000Z (7 months ago)
- Last Synced: 2024-12-24T01:36:23.279Z (7 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
[](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