https://github.com/andreasholt/elliptic-curve-cryptography
Implementations and interactive visualisations of elliptic curve cryptography over both infinite and finite fields, and EC ElGamal
https://github.com/andreasholt/elliptic-curve-cryptography
Last synced: 4 months ago
JSON representation
Implementations and interactive visualisations of elliptic curve cryptography over both infinite and finite fields, and EC ElGamal
- Host: GitHub
- URL: https://github.com/andreasholt/elliptic-curve-cryptography
- Owner: AndreasHolt
- Created: 2022-03-17T07:43:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T01:39:56.000Z (over 1 year ago)
- Last Synced: 2025-11-01T20:36:50.484Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.26 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
Vite
Tailwind
Eslint