Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
Vite

Tailwind

Eslint